cookbook 'suhosin', '= 1.0.0'
suhosin (3) Versions 1.0.0 Follow0
Installs/Configures suhosin
cookbook 'suhosin', '= 1.0.0', :supermarket
knife supermarket install suhosin
knife supermarket download suhosin
suhosin-cookbook
TODO: Enter the cookbook description here.
Supported Platforms
TODO: List your supported platforms.
Attributes
Default attributes value is below.
Please note that Suhosin site is not providing sha256 checksum,
if you want change to different version. You need to get sha256 value with command like sha256sum by yourself.
- default['suhosin']['source'] = 'https://download.suhosin.org/suhosin-0.9.37.1.tar.gz'
- default['suhosin']['version'] = '0.9.37.1'
- default['suhosin']['checksum'] = '322ba104a17196bae63d39404da103fd011b09fde0f02484dc44366511c586ba'
Usage
suhosin::default
Include suhosin in your node's run_list:
{
"run_list": [
"recipe[suhosin::default]"
]
}
Dependent cookbooks
| build-essential >= 0.0.0 |
| apache2 >= 0.0.0 |
| php >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
1.0.0
Initial release of suhosin
Foodcritic Metric
1.0.0 failed this metric
FC002: Avoid string interpolation where not required: /tmp/cook/cb8652eb8d89e7b438506ba1/suhosin/recipes/default.rb:24
1.0.0 failed this metric