Skip to content

Commit

Permalink
lint recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
manegron committed Jun 1, 2024
1 parent 722c45c commit d506038
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions resources/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
#
# Cookbook Name:: freeradius
# Cookbook:: freeradius
# Recipe:: default
#
# redborder
#
#
# Copyright:: 2024, redborder
# License:: Affero General Public License, Version 3

freeradius_config "config" do
name node["hostname"]
freeradius_config 'config' do
name node['hostname']
action :config_common
end

0 comments on commit d506038

Please sign in to comment.