Update sudo and users cookbooks

This commit is contained in:
Greg Karékinian
2017-05-02 11:39:43 +02:00
parent d7bdd5cdf3
commit 11b812fbb8
22 changed files with 282 additions and 278 deletions

View File

@@ -31,7 +31,6 @@ if node['authorization']['sudo']['include_sudoers_d']
end
cookbook_file "#{prefix}/sudoers.d/README" do
source 'README'
mode '0440'
owner 'root'
group node['root_group']