voxpupuli / puppet-caddy

Puppet Caddy module
MIT License
6 stars 12 forks source link

Add support for Hiera #31

Closed dhoppe closed 4 years ago

dhoppe commented 4 years ago

This module should not use a params.pp.

alexjfisher commented 4 years ago

Whilst the module only supports RedHat/CentOS, there's probably no point in setting up module data. Just get rid of params.pp by moving the defaults to init.pp. This way, the reference documentation will be useful.

dhoppe commented 4 years ago

There was an attempt #26 to add support for Ubuntu 18.04. Keep in mind that Caddy is just a Go binary.

I think this is a dependency for puppetlabs/puppet-strings aswell.