Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

BillWeiss/PuppetHelpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Various helper scripts for my Puppet environment at work.

svn-pre-commit:
    My Puppet configuration is in an SVN server, and I wanted to make sure
    to not nuke my running configuration with a bad check-in (the need for
    this came about 5 minutes after I gave someone write access).  I've
    just dropped it in /var/svn/puppet/hooks/pre-commit.

    It runs puppet --parseonly on each committed .pp file to see if there
    are problems.

    This worked great for 0.25, but turns out to be almost a clone of the
    provided
    http://projects.puppetlabs.com/projects/1/wiki/Puppet_Version_Control
    pre-commit hook.  You should use theirs now, it's better tested
    (though, really, they're freaking close).

svn-pre-commit-26:
    Strangely, I haven't found a pre-commit hook for 2.6 and later on
    their site.  I've hacked on it a bit at this point: it checks .erb
    files as well as .pp.

About

Helpful scripts around my Puppet environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published