projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66d16bf
)
Install php-xml for utf8_decode
author
Tom Hughes
<tom@compton.nu>
Mon, 5 Sep 2016 20:07:56 +0000
(21:07 +0100)
committer
Tom Hughes
<tom@compton.nu>
Mon, 5 Sep 2016 20:07:56 +0000
(21:07 +0100)
cookbooks/forum/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/forum/recipes/default.rb
b/cookbooks/forum/recipes/default.rb
index 4ab841062159a7e15c63c9e850fd149fcbb79053..ec69ac7f2c6cf39d102cf537bd55f0dfdd52957d 100644
(file)
--- a/
cookbooks/forum/recipes/default.rb
+++ b/
cookbooks/forum/recipes/default.rb
@@
-25,6
+25,7
@@
passwords = data_bag_item("forum", "passwords")
package "php"
package "php-cli"
package "php-mysql"
+package "php-xml"
package "php-apcu"
apache_module "php7.0"