search for: genmanifest

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

2009 Mar 05
2
genmanifest question
Hi all, puppet --genmanifest : Should this not introspect all the packages on my system? I ran it just now on ubuntu intrepid, puppet 24.7, and it just gave me puppet related things... Is it not possible to configure a system using the packages I want, and then run puppet --genmanifest to retrieve the puppet code to reproduc...
2007 Apr 07
3
puppet --genmanifest
Is puppet --genmanifest something one should still be using? I''m having some problems running it on RHEL4 and I''m sure I have read something about puppet taking care of its own directories automatically. Here are a selection of problems This entry stops puppet from running, (reported by Ben Abnormali...
2007 Oct 23
2
puppetmaster --genconfig
Hello, i used puppetd --genmanifest to create a site.pp and it created some weird entry: file { ''/var/puppet/log'': group => ''puppet'', loglevel => ''debug'', owner => ''puppet'', backup => ''false'',...
2007 Feb 09
1
Confusion regarding standard file permissions.
Hello, I am attempting to extend the standard manifest generated by puppetd --genmanifest. Interestingly, it seems like my file configurations are not being honored in terms of permissions and ownership. Instead, the default permissions and owners are being set. Is there some way to override the defaults from within a manifest? Also, I attempted to use the special parameters in the...
2012 Aug 23
1
Puppet Agent VS User
...lse 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-production.pem hostcrl = /var/lib/puppet/ssl/crl.pem hostcsr = /var/lib/puppet/ssl/csr_vusion-production.pem hostprivkey = /var/lib/puppet/ssl/private_keys/vusion-production.pem...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...ult value is ''$ssldir/csr_$certname.pem''. hostcsr = /etc/puppet/ssl/csr_ip-10-36-11-244.ec2.internal.pem # Whether to just print a manifest to stdout and exit. Only makes # sense when used interactively. Takes into account arguments specified # on the CLI. # genmanifest = false # Where Puppet should look for facts. Multiple directories should # be colon-separated, like normal PATH variables. # The default value is ''$vardir/lib/facter:$vardir/facts''. factpath = /var/lib/puppet/lib/facter:/var/lib/puppet/facts # Boolean; weth...