On Thursday, July 5, 2012 9:57:55 PM UTC-5, Hai wrote:
>
> Hi,
>
> is nodes.pp a default file,like sites.pp, or I have to import it in 
> puppet.conf?
>

If you use a nodes.pp file then you have to import it manually.  Typically, 
that takes the form of

import 'nodes.pp' 

at the top of your main manifest (normally site.pp).  That is one of very 
few appropriate uses of the 'import' function, in fact.


John

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/GbiKFHImugcJ.
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