Guest User

Untitled

a guest
Jun 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #
  2. # Cookbook Name:: knife_fu
  3. # Recipe:: default
  4. #
  5. # Copyright 2010, Opscode, Inc..
  6. #
  7. # All rights reserved - Do Not Redistribute
  8. #
  9.  
  10. include_recipe "apache2"
  11.  
  12. template "/var/www/index.html" do
  13. source "index.html.erb"
  14. owner "root"
  15. group "root"
  16. mode "0644"
  17. end
Add Comment
Please, Sign In to add comment