Skip to content

Instantly share code, notes, and snippets.

@justizin
Created May 7, 2013 19:38
Show Gist options
  • Save justizin/5535487 to your computer and use it in GitHub Desktop.
Save justizin/5535487 to your computer and use it in GitHub Desktop.
how in heck does this generate an md5 error?
cookbook_file '/etc/checksecurity.conf' do
source 'checksecurity.conf'
mode 0600
owner 'root'
group 'root'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment