On Wed, 2009-10-21 at 08:53 -0700, Reno wrote:
> hi and thanks for the help
> 
> I use a more simple ( to me ) but effective solution:
> 
> 
>  exec { "touch /home/ciao":
>     cwd => "/home",
>     path => "/usr/bin:/usr/sbin:/bin"
> }

You can't guarantee this exec won't run _before_ your other exec if you
don't add strict ordering metaparameters (require/before).
-- 
Brice Figureau
Follow the latest Puppet Community evolutions on www.planetpuppet.org!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to