I have a problem that starts to make me think that puppet is not usable to
install packages. I will explain:
There is a common situation when you put some code on the %post when
creating rpm. In my case I am executing some db migrations after the
installation has been performed. The problems ri
Hi There,
After a couple of years working with puppet I'm starting to use Hiera as
ENC with the hiera_include('classes').
Now I'm having problems with the resource ordering. I created a module to
set up my repos and then use some others modules. My problem is that my
'common' module must run b
viernes, 17 de abril de 2015, 16:57:25 (UTC+2), Raul Macian escribió:
>
> Hi There,
>
> After a couple of years working with puppet I'm starting to use Hiera as
> ENC with the hiera_include('classes').
>
> Now I'm having problems with the resource ordering. I