So, instead of defining all my nodes in one file, I use what seems to be a fairly common practice, from site.pp I do:
import 'nodes/*' Then I have a nodes directory containing a .pp file for each node. The only problem with this setup is that puppet seems oblivious to new node files in the nodes directory until you do a "service puppetmaster restart". Is there any way to have puppet automatically find those new files without restarting? Alternately, does anyone have a good method for automating the necessary restart? Thanks. -- 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.