Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #5 from mengesb/remove_only_if
Browse files Browse the repository at this point in the history
removed commented only_if
  • Loading branch information
mengesb committed Mar 30, 2016
2 parents 22a7a8f + 7ed9eb9 commit 90feb44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@
action :create
end

# create the initial chef-server config file
# create the initial chef-compliance config file
template '/etc/chef-compliance/chef-compliance.rb' do
source 'chef-compliance.rb.erb'
owner 'root'
group 'root'
action :create
notifies :reconfigure, 'chef_ingredient[compliance]', :immediately
# only_if { File.exist?('/etc/chef-compliance/actions-source.json') }
end

0 comments on commit 90feb44

Please sign in to comment.