Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 880 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 880 Bytes

suhosin-cookbook Build Status

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.

Usage

suhosin::default

Include suhosin in your node's run_list:

{
  "run_list": [
    "recipe[suhosin::default]"
  ]
}