]> git.openstreetmap.org Git - chef.git/commit
Add apache cookbook
authorTom Hughes <tom@compton.nu>
Thu, 30 May 2013 20:40:23 +0000 (21:40 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 30 May 2013 20:53:54 +0000 (21:53 +0100)
commitd228f465b5bf9f5dffedcebad5c7fadcbba21cc3
treed41915d74767a4bc8d051dd371ca16e6615cc040
parentde98bdef891030ad5d0061a3b91533e85d0742d8
Add apache cookbook
cookbooks/apache/README.rdoc [new file with mode: 0644]
cookbooks/apache/attributes/default.rb [new file with mode: 0644]
cookbooks/apache/definitions/apache_module.rb [new file with mode: 0644]
cookbooks/apache/definitions/apache_site.rb [new file with mode: 0644]
cookbooks/apache/metadata.rb [new file with mode: 0644]
cookbooks/apache/recipes/default.rb [new file with mode: 0644]
cookbooks/apache/recipes/ssl.rb [new file with mode: 0644]
cookbooks/apache/templates/default/httpd.conf.erb [new file with mode: 0644]
cookbooks/apache/templates/default/info.conf.erb [new file with mode: 0644]
cookbooks/apache/templates/default/ssl.erb [new file with mode: 0644]
cookbooks/apache/templates/default/status.conf.erb [new file with mode: 0644]