console_env
Version information
Start using this module
Add this module to your Puppetfile:
mod 'jay-console_env', '2.1.0'
Learn more about managing modules with a PuppetfileDocumentation
Console_Env
THIS WILL ONLY WORK WITH >= PE 3.2.0
This is the console_env module. It was written with the sole purpose of adding the ability to specify environments in the console using key/value pairs.
This module is merely a temporary solution, to set environments without having to use an alternative ENC.
Usage
Include this module on your Console node:
include console_env
By default the ensure value for the console_env class is set to present
Under the hood the module is using an ruby script to curl the console and extract the value for the environment parameter if it exists, if the environment parameter is found it is appends it to the environment stanza at the bottom of what is returned via the ENC scripts curl.
Now you are able to specify the environment for individual nodes and groups in the console using the key value pair of:
environment => your_environment
Make sure to make all the proper adjustments in /etc/puppetlabs/puppet/puppet.conf
specified in the environment guide
Note: In some cases you may need to restart pe-httpd
for changes to take affect
Contact
Repo
Please submit any pull request to console-env repo
Dependencies
- puppetlabs/inifile (1.x)