summaryrefslogtreecommitdiff
path: root/playground/cookbooks/php
diff options
context:
space:
mode:
Diffstat (limited to 'playground/cookbooks/php')
-rw-r--r--playground/cookbooks/php/metadata.rb6
-rw-r--r--playground/cookbooks/php/recipes/default.rb2
2 files changed, 4 insertions, 4 deletions
diff --git a/playground/cookbooks/php/metadata.rb b/playground/cookbooks/php/metadata.rb
index 536fff4..ec3174f 100644
--- a/playground/cookbooks/php/metadata.rb
+++ b/playground/cookbooks/php/metadata.rb
@@ -1,3 +1,3 @@
-name 'php'
-version '1.0.0'
-depends 'apache2'
+name "php"
+version "1.0.0"
+depends "apache2"
diff --git a/playground/cookbooks/php/recipes/default.rb b/playground/cookbooks/php/recipes/default.rb
index 5ea29a7..174c5d3 100644
--- a/playground/cookbooks/php/recipes/default.rb
+++ b/playground/cookbooks/php/recipes/default.rb
@@ -1 +1 @@
-package 'php'
+package "php"