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.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/playground/cookbooks/apache2/recipes/default.rb b/playground/cookbooks/apache2/recipes/default.rb
index 34bcd8a..ad5a2b8 100644
--- a/playground/cookbooks/apache2/recipes/default.rb
+++ b/playground/cookbooks/apache2/recipes/default.rb
@@ -1,5 +1,5 @@
-package 'apache2'
+package "apache2"
-template '/etc/apache2/sites-enabled' do
- source 'site.conf.erb'
+template "/etc/apache2/sites-enabled" do
+ source "site.conf.erb"
end