Created
December 11, 2016 12:49
-
-
Save vignesh-v3/5a9ac1e2db5e0328dfc39ca4a67ecbee to your computer and use it in GitHub Desktop.
subscribe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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