Re: [Puppet Users] using multiple EXECs

2016-04-22 Thread jcbollinger
On Friday, April 22, 2016 at 7:15:52 AM UTC-5, Rob Nelson wrote: > > Puppet does not know what happens in an Exec resource, so it has one foot > in and one foot outside of the graph and impairs puppet's ability to define > state consistently and enforce idempotency. Because of these, Execs are

Re: [Puppet Users] using multiple EXECs

2016-04-22 Thread Rob Nelson
Puppet does not know what happens in an Exec resource, so it has one foot in and one foot outside of the graph and impairs puppet's ability to define state consistently and enforce idempotency. Because of these, Execs are the least desirable resource type. Think of them as a "break in case of emerg

[Puppet Users] using multiple EXECs

2016-04-21 Thread bapi . loya
Hi all, I am building this module which has rpm packages in it and execs commands. What is the best way to build this module.. does writing numerous execs is a good way to start with?? Im finding my way to work with puppet ... any help is greatly appreciated!! :) Thank You -- You received