search for: factdest

Displaying 11 results from an estimated 11 matches for "factdest".

Did you mean: facades
2006 Sep 15
4
before everything
I have some facter file to distribute before running puppet on the platform. The problem is : how can i send the facter local.rb file so the rest of the .pp file take into account the new facts created ? ex: i have sudopath as a facter fact and one sudoers class that need that sudopath to work. How do you model that ? it seems puppet would have to rerun after the new local.rb is downloaded
2007 Jun 14
1
Custom facts not being displayed
...ppet setup but they aren''t being displayed by facter. I''ve tested them and they work correctly when run manually (and I''ve also tried a number of those listed on the wiki) but they aren''t included in facter''s output. I am using the default settings for factdest and factpath and the facts are being copied to /var/lib/puppet/facts with no problems. Any suggestions as to how I should start trying to debug this? It looks like a path problem to me, but I''m not sure where this is set or how to check it. James ***************************************...
2007 Jul 17
5
Recommended way to set $FACTERLIB?
Is there a recommended way to set $FACTERLIB so that Puppet will be able to access custom facts when running as a Red Hat service? If I export $FACTERLIB=/var/puppet/facts and then run Puppet manually I have no problems, but I''m not sure how I should be setting $FACTERLIB when Puppet is running automatically. Cheers, James
2011 Feb 08
3
puppetmaster fails to start using dist puppet.conf file
...ar/puppet/ drwxr-xr-x 2 puppet puppet 512 Jan 25 18:00 /var/puppet/facts/ facts-related config entries in the dist puppet.conf are: > grep fact puppet.conf | grep -v ''^ *#'' factsource = puppet://puppet/facts/ factpath = /var/puppet/lib/facter:/var/puppet/facts factdest = /var/puppet/facts/ Does anyone know what''s causing this, or how to correct it? Google is showing me a couple other occurrences of this with older versions, but no solutions. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group...
2007 Dec 24
5
could not find user puppet ?
...pet/state; \ puppetd --confdir=/usr/local/.aqadmin/puppet/conf \ --logdir=/usr/local/.aqadmin/puppet/log \ --rundir=/usr/local/.aqadmin/puppet/run \ --statedir=/usr/local/.aqadmin/puppet/state \ --vardir=/usr/local/.aqadmin/puppet/var --factsync \ --factpath=/usr/local/.aqadmin/puppet/var/facts \ --factdest=/usr/local/.aqadmin/puppet/var/facts \ --server=xxxxxxxxxxx --waitforcert 30 --test --debug it has worked from <0.24.1 but now i cannot launch the utils. I tried to use root (--user=root) but guess what, on freeBSD there is no root group so the error change to : err: /Settings[top]/Settings[...
2008 Dec 04
4
puppetmaster built via puppetd
...calconfig runinterval = 120 #factsync = true # These settings are necessary to enable plugin support via modules # Our custom facter facts rely on this pluginsync=true pluginsource = puppet://$server/plugins plugindest = $vardir/lib factpath = $vardir/lib/facter factdest = $vardir/lib/facter [puppetmasterd] modulepath = /var/lib/puppet/modules certname = puppet --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to...
2009 Jun 10
10
puppet client looking for server puppet
...etc//opt/csw/puppet/modules:/usr/share/puppet/modules masterlog = /var//opt/csw/puppet/log/puppetmaster.log clientyamldir = /var//opt/csw/puppet/client_yaml masterhttplog = /var//opt/csw/puppet/log/masterhttp.log manifestdir = /etc//opt/csw/puppet/manifests pluginpath = /var//opt/csw/puppet/plugins factdest = /var//opt/csw/puppet/facts authconfig = /etc//opt/csw/puppet/namespaceauth.conf logdir = /var//opt/csw/puppet/log ssldir = /etc//opt/csw/puppet/ssl plugindest = /var//opt/csw/puppet/lib factsource = puppet://mypuppet.example.net/facts rundir = /var//opt/csw/puppet/run genconfig = true pluginsourc...
2012 Aug 23
1
Puppet Agent VS User
...uppet deviceconfig = /etc/puppet/device.conf devicedir = /var/lib/puppet/devices diff = diff diff_args = -u dns_alt_names = "" document_all = false downcasefacts = false dynamicfacts = memorysize,memoryfree,swapsize,swapfree environment = production evaltrace = false external_nodes = none factdest = /var/lib/puppet/facts/ factpath = /var/lib/puppet/lib/facter facts_terminus = facter factsignore = .svn CVS factsource = puppet://puppet/facts/ factsync = false fileserverconfig = /etc/puppet/fileserver.conf filetimeout = 15 freeze_main = false genconfig = false genmanifest = false graph = false...
2007 Nov 11
4
puppetrun fails: "Certificates were not trusted"
...39; debug: puppet: Setting filetimeout to ''15'' debug: puppet: Setting templatedir to ''$vardir/templates'' debug: puppet: Setting factsignore to ''.svn CVS'' debug: puppet: Setting factpath to ''$vardir/facts'' debug: puppet: Setting factdest to ''$vardir/facts'' debug: puppet: Setting factsource to ''puppet://$server/facts'' debug: puppetmasterd: Setting config to ''$confdir/puppetmasterd.conf'' debug: puppetmasterd: Setting node_name to ''cert'' debug: puppetmasterd: Sett...
2009 Oct 21
2
Bug #2617(?) in Puppet 0.25.1rc2
...sl/ca capub = /etc/puppet/ssl/ca/ca_pub.pem csrdir = /etc/puppet/ssl/ca/requests serial = /etc/puppet/ssl/ca/serial cacert = /etc/puppet/ssl/ca/ca_crt.pem cacrl = /etc/puppet/ssl/ca/ca_crl.pem signeddir = /etc/puppet/ssl/ca/signed autosign = /etc/puppet/autosign.conf factdest = /var/puppet/facts/ hostprivkey = /etc/puppet/ssl/private_keys/ puppetmaster25.balkon.statystyka.net.pem hostcrl = /etc/puppet/ssl/crl.pem rundir = /var/puppet/run ssldir = /etc/puppet/ssl plugindest = /var/puppet/lib privatekeydir = /etc/puppet/ssl/private_keys hostcsr...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...might result in spurious service restarts). # The default value is ''$vardir/state''. statedir = /var/lib/puppet/state # Where Puppet should store facts that it pulls down from the central # server. # The default value is ''$vardir/facts/''. #factdest = /var/lib/puppet/facts/ # How to determine the configuration version. By default, it will be the # time that the configuration is parsed, but you can provide a shell script to override how the # version is determined. The output of this script will be added to every log message in t...