cookbook 'php-ioncube', '= 0.2.0'
php-ioncube (2) Versions 0.2.0 Follow4
Installs/Configures php-ioncube
cookbook 'php-ioncube', '= 0.2.0', :supermarket
knife supermarket install php-ioncube
knife supermarket download php-ioncube
php-ioncube cookbook
Installs and configures Zend Ioncube extension
Works for Chef >= 11.0
Usage
If you do not need to notify any resources (apache2, php-fpm), it is one line only:
include_recipe "php-ioncube::install"
Otherwise, you'll need to use LWRP, like this:
php_ioncube_install "ioncube" do
action :install
notifies :restart,"service['apache2']"
end
Dependent cookbooks
php >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.