Installs and configures top.
Platform:
- Debian
- Ubuntu
- CentOS
- RedHat
- Fedora
At the moment there're no dependencies to other cookbooks.
- node['top']['is_secure'] - Defines whether secure mode is enabled or not. Default is: true
Add "recipe[top]" directly to a node or a role.
If you want to disable secure mode, set is_secure to false within a role:
default_attributes(
"top" => {
"is_secure" => false
}
)