Forge Home

bashrc

UNKNOWN

12,006 downloads

10,461 latest version

3.5 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.2.0 (latest)
  • 0.1.0
  • 0.0.5
  • 0.0.4
  • 0.0.1
released Mar 14th 2013

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'wolfspyre-bashrc', '0.0.5'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add wolfspyre-bashrc
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install wolfspyre-bashrc --version 0.0.5

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

wolfspyre/bashrc — version 0.0.5 Mar 14th 2013

System-wide Bashrc tweaks

=== Parameters

[bashrc::params::bashrcdir] Sets the location of the to be created rc directory

[bashrc::params::prompt_color_enable] Whether or not to enable the colorization of the shell prompt

[bashrc::params::prompt_primary_color] What color the first colorized portion of the prompt should be

[bashrc::params::prompt_secondary_color] What color the second colorized portion of the prompt should be

[bashrc::params::puppetdir] Sets where puppet is installed by default. Necessary for template switcher via an inline template

[bashrc::params::skelfile] Sets the location of the skeleton .bashrc file for new users

=== Variables

Hiera varibles example:

bashrc_prompt_color_enable:    'enabled'
bashrc_prompt_primary_color:   'blue'
bashrc_prompt_secondary_color: 'red'
bashrc_prompt_pci_switch:       false

=== Information

  • github is where to go to collaborate or suggest improvements.

  • This module is available on Puppet Forge

Please submit issues