Version information
released Jan 2nd 2017
This version is compatible with:
- ,
Start using this module
Add this module to your Puppetfile:
mod 'jamesread-commonlinuxstuff', '1.7.0'
Learn more about managing modules with a PuppetfileDocumentation
jamesread/commonlinuxstuff — version 1.7.0 Jan 2nd 2017
jamesread-commonlinuxstuff
A puppet module containing my commonly used stuff.
To install the latest release that is published on puppet forge;
puppet module install jamesread-commonlinuxstuff
Alternatively, view this project on puppet forge at the following URL: https://forge.puppetlabs.com/jamesread/commonlinuxstuff/scores
Using the module without a puppet master
This is what I do to use the module without a puppet master;
user@host: echo "include commonlinuxstuff::basics" >> /etc/puppet/local.pp
...
user@host: puppet apply /etc/puppet/local.pp
Dependencies
- puppetlabs/firewall (>= 0.0.4)
- puppetlabs/stdlib (>= 4.9.0)