[Puppet Users] rpm exits 0 on scriptlet failure

2014-07-02 Thread Raul Macian
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

[Puppet Users] Resource ordering with Hiera ENC

2015-04-17 Thread Raul Macian
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

[Puppet Users] Re: Resource ordering with Hiera ENC

2015-04-17 Thread Raul Macian
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