Version information
released Nov 24th 2013
Start using this module
Add this module to your Puppetfile:
mod 'panaman-pathmunge', '1.0.0'
Learn more about managing modules with a PuppetfileDocumentation
panaman/pathmunge — version 1.0.0 Nov 24th 2013
Puppet Pathmunge
This is a simple puppet module that can add a system-wide path for all users. It is tested on CentOS 6.4 and Ubuntu 12.04 and should work on any RedHat or Debian type system.
###Example
pathmunge { '/opt/some/path': }
pathmunge { '/opt/some/other/path': }
###RESULT
[panaman@server01 ~]$ echo $PATH
/opt/some/path:/opt/some/other/path:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/panaman/bin
[panaman@server01 ~]$
###Support Please log tickets and issues at our Projects site
Dependencies
- puppetlabs/stdlib (>= 4.1.0)