Mastodon Mastodon Mastodon Systeemkabouter blog archive – Tag puppet

Officieel fan van Jetbrains Intellij

Posted on zo 03 december 2017 in desktop • Tagged with puppet

Door een collega op mijn nieuwe klus ben ik begonnen om Intellij te gebruiken. Het heeft een paar maanden geduurd om alle hoeken en gaten te vinden en er overduidelijk sneller mee te gaan, maar dat punt is bereikt.

Intellij IDEA logo

Op de klus gebruik ik de community edition voor puppet werk …


Continue reading

windows git pre-commit hook for puppet development

Posted on wo 09 augustus 2017 in desktop • Tagged with windows, puppet

For a recent client I was asked to provide a puppet development setup on the windows platform. The toolchain included Git for windows / Git bash / Turtoise GIT / Atom and some others. It also includes the windows adaption of my git pre-commit hook.

To use this hook, you need to install …


Continue reading

Released puppet module for ispprotect to the forge

Posted on zo 26 februari 2017 in software • Tagged with puppet

This week I wrapped up version 0.3.0 of the ispprotect puppet module I created for the Erasmus University Rotterdam. The module manages the installation and scheduling of ISPProtect, a php malware scanner that also scans for outdated versions of popular PHP applications. The module can be found at …


Continue reading

Puppet – Server Error: hiera configuration version 3 cannot be used in an environment

Posted on za 04 februari 2017 in software • Tagged with debian, red_hat, puppet, homelab

Today I found my homelab puppet setup failing. I mostly run the latest released puppet code on my setup and this time it bit me in the ass :

Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: hiera configuration version 3 cannot be used in …

Continue reading

Validating puppet code changes using octocatalog-diff

Posted on do 03 november 2016 in software • Tagged with debian, red_hat, puppet

During Puppetconf 2016 Github announces it was releasing one of its internal test tools called octocatalog-diff as open source. What the tools basicly does is compile the catalog for a certain machine using your old and new puppetcode to show you the diff output. This allows you to see the …


Continue reading