I have nodes.pp defined as follows
 
node "abc.x.com", "123.x.com" {
include module1
include module2
include module3
}
 
Very simple definition. No parameterization, no scoping etc
When I run "puppet agent -t" on the agent, I see the execution jumping to 
module 3 after module 1. 
Not sure how I can do "before" or "after" to say - execute module 2 only if 
module 1 is successful.
 
Also, I get different results when I run the agent second time. Say, 
something was owned by app user. Next time it becomes, root user. 
appreciate any help.

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/b372c1fd-e8b4-4084-91d9-21394435614b%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to