Skip to content

Instantly share code, notes, and snippets.

@vignesh-v3
Created December 11, 2016 12:49
Show Gist options
  • Save vignesh-v3/5a9ac1e2db5e0328dfc39ca4a67ecbee to your computer and use it in GitHub Desktop.
Save vignesh-v3/5a9ac1e2db5e0328dfc39ca4a67ecbee to your computer and use it in GitHub Desktop.
subscribe
service "httpd” do
subscribes :reload, "cookbook_file[/etc/httpd/conf/httpd.conf] ”
end
cookbook_file "/etc/httpd/conf/httpd.conf" do
owner 'root'
group 'root'
mode '0644'
source 'httpd.conf'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment