Hi, If you want to check if a server is compliant with a defined end state, you can set noop=true in the resources, or just run puppet in noop mode.
Regards El 30/01/2014 16:51, "Matthew Burgess" <[email protected]> escribió: > > On 30 January 2014 15:41, Andreas Dvorak <[email protected]> wrote: > >> Hi, >> >> I think the explaination of Gareth is wrong. >> > > No, he's exactly right. And please be careful with your spelling...it's > 'absent', not 'absend'. Your puppet manifests are not scripts/sets of > instructions. They define what end-state you want the node that applies > the resource to be in when the agent has finished running. i.e. by > specifying 'absent' in your package resource you're not explicitly telling > puppet to uninstall the package. The package may already not be present, > in which case puppet won't do anything at all (it has nothing to do). If > the package is present though, puppet will indeed uninstall it. > > > Kind Regards, > > Matt. > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/CAKUTv3KpqcVvX%2B35ynQmJqHFovLRWswyUpWdRmqcYnVuEb9dxQ%40mail.gmail.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAF_B3ddHY20pPZA8q3eQrT29ijKKHop3H9Vx3RTXM%3Drqc0dn-A%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
