search for: puppet_env

Displaying 3 results from an estimated 3 matches for "puppet_env".

2012 Jul 07
1
plugin sync in masterless mode
..._storeconfigs = true dbadapter = mysql dbuser = puppet dbpassword = puppetpass dbserver = db.mydomain pluginsync = true graph = true preferred_serialization_format = yaml And Ive got plugins in modules/custom_facts/lib/facter/ Running this: puppet apply --environment=$PUPPET_ENV --modulepath=/etc/puppet/environments/$PUPPET_ENV/modules --pluginsync --storeconfigs /etc/puppet/environments/$PUPPET_ENV/manifests/site.pp --verbose --factsync --debug but there is no normal "pre catalog pluginsync" type stuff happening, and the custom facts I''ve got defined n...
2012 Apr 27
6
trouble w/ Foreman as ENC, agents and environments
Hi, I have a Puppet Enterprise (2.0) puppetmaster running with Foreman, and having trouble getting it working as an External Node Classifier. In short, if I manually add a test client into site.pp, it will retrieve the proper catalog / classes, but I would like to avoid having to do that. I''m also using environments (production/testing/ development) as well, but think I have most of
2007 Nov 13
6
Facter and arrays
Hi, Is it possible to have an array as the output of a custom fact? And then to pass it into a template in Puppet? I currently have a fact that looks like this: Facter.add("exports") do setcode do case Facter.hostname when (/thishost/i): [ "/local", "/local2" ] end end end & a template like this: <%