summaryrefslogtreecommitdiff
path: root/playground/cookbooks/apache2/recipes/default.rb
diff options
context:
space:
mode:
Diffstat (limited to 'playground/cookbooks/apache2/recipes/default.rb')
-rw-r--r--playground/cookbooks/apache2/recipes/default.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/playground/cookbooks/apache2/recipes/default.rb b/playground/cookbooks/apache2/recipes/default.rb
new file mode 100644
index 0000000..34bcd8a
--- /dev/null
+++ b/playground/cookbooks/apache2/recipes/default.rb
@@ -0,0 +1,5 @@
+package 'apache2'
+
+template '/etc/apache2/sites-enabled' do
+ source 'site.conf.erb'
+end