I have now moved to 0.24.4 and I am using environments successfully (does just want I need). Thanks for all the help so far. :-) I am now having a problem with getting custom facts to work when I use plugins to manage and distribute them. If I declare $RUBYLIB to the correct place everything works. I was however under the impression that if I have correctly configured the node puppet.conf correctly and the puppetmaster puppet.conf that this would not be needed . I am curently using version 0.24.4 on RHEL4 Plugins are downloaded to /var/puppet/lib/puppet/facter/ Here is my node puppet.conf [main] vardir = /var/puppet server = lhr1-ahbat-02 environment = production environments = production,testing [puppetd] pluginsync = true pluginsource = puppet://$server/plugins plugindest = $vardir/lib/puppet factpath = $vardir/lib/facter Puppetmaster puppet.conf [main] logdir=/var/log/puppet vardir=/var/lib/puppet rundir=/var/run ssldir=/var/lib/puppet/ssl templatedir=/etc/puppet/templates pluginsync = true pluginsource = puppet://$server/plugins plugindest = $vardir/lib/puppet factpath = $vardir/lib/facter environment = production [puppetmasterd] environments = production,testing storeconfigs=true smtpserver = smarthost dbadapter = mysql dbserver = lhr1-ahbat-01 reports = log,store,tagmail syslogfacility = user tagmap = /etc/puppet/tagmail.conf [puppetd] server=lhr1-ahbat-02 pluginsync=true report=true [testing] modulepath=$confdir/modules-testing [production] modulepath=$confdir/modules-production --~--~---------~--~----~------------~-------~--~----~ 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-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---