If I do

1) puppet --modulepath=/home/abc/puppet/modules

OR

2) puppet --modulepath=/home/abc/puppet/modules --manifest=/home/abc/
puppet/site.pp

(...where site.pp has import "nodes.pp", and nodes.pp has a default
node definition that includes basic modules defined under /home/abc/
puppet/modules)

OR

3) 2) with confdir set as /home/abc/puppet with a puppet.conf just
pointing to the var, ssl and other directories.

, then I do not get any output (or anything in the logfile with the
logdest set) whatsoever even with trace, logdest, debug and verbose
options set.


If however I explicitly do

4) puppet -e node default { include xyz include pqr} --modulepath=/
home/abc/puppet/modules

 ,then the modules are applied fine.

Any pointers regarding this behavior of the standalone executable ?
Suggestions/tips for better understanding its working ?

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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