I am no longer using puppet to manage my server.
Personal puppet manifests for managing my home server.
Install Fabric and Loom:
$ sudo pip install -U -r requirements.txt
If the Loom version changes in requirements.txt
, run this command again to update.
$ fab deploy_puppet
- Tested with Puppet Open Source 3.1.0
- Tested on Ubuntu 12.10 and Linux Mint 14
Puppet Lint is a tool that checks various syntax and style rules common to well written Puppet code. It can be run with:
bundle exec rake lint
This outputs a set of errors or warnings that should be fixed. See the Puppet Style Guide for more information.