cookbook 'securetty', '= 1.0.1'
securetty (4) Versions 1.0.1 Follow0
Configures securetty
cookbook 'securetty', '= 1.0.1', :supermarket
knife supermarket install securetty
knife supermarket download securetty
Securetty Cookbook
Cookbook which configures the securetty.
Platforms
The following platforms are tested using Test Kitchen:
- CentOS (RHEL) 5/6/7
Basic Usage
The [default recipe](recipes/default.rb) gives you the ability to pass attributes to add values to your securetty config.
There are currently a few defaults in this cookbook(path and template source). However your regular distrobution provided securetty file will remain intact.
You can tweak the settings in the Policefile.rb or directly using attributes. You can add options to the array and that is all you need to do.
Recipe
node.default['securetty']['ttys'] = [ 'console', 'vc/1', 'vc/2' ]
Policyfile
name 'securetty' default_source :community cookbook 'securetty', git: 'https://github.com/acaiafa/securetty-cookbook' run_list 'securetty::default' node.default['securetty']['ttys'] = [ 'console', 'vc/1', 'vc/2' ]
Dependent cookbooks
poise >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Change Log
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
Unreleased
1.0.0
Bug Fixes
- Fixes integration test harness using Test Kitchen.
- Squashes several issues while testing locally and on machines.