Hi all,
I'm trying to install a cron module in our Puppet 2.6 infrastructure, to be
used with Hiera.
Thing is pushing the new code to the nodes is failing cause of them not
being able to process the hiera_hash function, which is missing.
err: Could not retrieve catalog from remote server: Erro
Hi guys,
I'm testing a new Puppet cron module to be used with Hiera
(https://github.com/roman-mueller/rmueller-cron).
I'm trying to create a new cron job on a test node by passing data with
hiera_hash and create resources.
init.pp
class cron (
$manage_package = false,
$package_ensure = 'i