https://github.com/jamesread/puppet-jamesread-commonlinuxstuff
A puppet module containing my commonly used junk.
https://github.com/jamesread/puppet-jamesread-commonlinuxstuff
Last synced: 22 days ago
JSON representation
A puppet module containing my commonly used junk.
- Host: GitHub
- URL: https://github.com/jamesread/puppet-jamesread-commonlinuxstuff
- Owner: jamesread
- Created: 2014-08-27T10:05:51.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T22:18:49.000Z (about 9 years ago)
- Last Synced: 2026-04-27T04:45:26.696Z (2 months ago)
- Language: Puppet
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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