Mastodon Mastodon Mastodon Systeemkabouter blog – Category software

git pre-commit hook for puppet, erb and yaml files

Posted on za 07 november 2015 in software • Tagged with open source

A pre-commit hook is a great way to run custom actions before handing over your work to GIT (and thus your CI tool chain). For puppet related GIT repositories I’ve assembled a pre-commit hook that checks the puppet code, changed ERB templates and any changed YAML files for formatting …


Continue reading

Speeding up puppet runs by using checksums when running execs

Posted on vr 20 maart 2015 in software • Tagged with open source

During my integration work for a client, I was running third party puppet code to integrate automatically deployed application containers with the third party deployment tool (the deployit / XL Deploy module for puppet)

This module was written to run an exec for three different actions per container, all resulting in …


Continue reading