Puppet Module for Keter

2015-06-26

The machine this blog runs on is managed by Puppet. I setup this machine completely with Puppet. The only thing I have to do by hand is install Keter. I didn't want to have to install Keter by hand, so I wrote a Puppet module to do it. You can find it on Github or on Puppet Forge.

You can use it in your puppet manifests/modules like below.

class {'::keter': }

The Puppet module currently only supports Debian 7. Also, it doesn't currently manage your /etc/keter.conf, so you will have to manually change it. Please send a pull request or create an issue on Github for this.

tags: haskell