search for: factsignor

Displaying 6 results from an estimated 6 matches for "factsignor".

Did you mean: factsignore
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 Nov 17
7
oddness with fileserver, facts and plugins sync
I''m working with a pretty simple config at the moment to track down some issues I''m seeing with custom facts and plugins. I have factsync = true (default locations) and I have a simple fact in /var/lib/puppet/facts/ (actually it''s David''s netmask plugin) my pp file I''m testing with contains only: notice "netmask: ${netmask}" puppet -v
2012 Aug 23
1
Puppet Agent VS User
...f_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 graphdir = /var/lib/puppet/state/graphs group = puppet hostcert = /var/lib/puppet/ssl/certs/vusion...
2007 Nov 11
4
puppetrun fails: "Certificates were not trusted"
...#39;' debug: puppet: Setting syslogfacility to ''daemon'' debug: puppet: Setting setpidfile to ''true'' 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 '...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...# A parameter that can be used in commit # hooks, since it enables you to parse-check a single file rather # than requiring that all files exist. # ignoreimport = false # What files to ignore when pulling down facts. # The default value is ''.svn CVS''. # factsignore = .svn CVS # A command to run after every agent run. If this command returns a non-zero # return code, the entire Puppet run will be considered to have failed, even though it might have # performed work during the normal run. # The default value is ''''. # pos...
2007 Jun 14
19
Please test export/collect from svn
For those of you out there using export/collect (which we really need to come up with a better name for...), can you test the current SVN code? I''m mostly wondering if the performance is any better. To use it, you''ll have to remove your current database, since the database schema is significantly changed. I''m getting what looks like an additional 25% reduction