search for: localconfig

Displaying 20 results from an estimated 124 matches for "localconfig".

Did you mean: local_config
2012 Jun 12
6
Trying to get tagmail to work
...classes`` # option. # The default value is ''$confdir/classes.txt''. classfile = $vardir/classes.txt # Where puppetd caches the local configuration. An # extension indicating the cache format is added automatically. # The default value is ''$confdir/localconfig''. localconfig = $vardir/localconfig # Turn on Reporting report = true [master] reports = tagmail ssl_client_header = SSL_CLIENT_S_DN ssl_client_verify_header = SSL_CLIENT_VERIFY And my /etc/puppet/tagmail.conf: all: my@email.com On the slave, I have this setup i...
2012 Aug 29
1
Puppet-Dashboard nodes showing up as unreported
...classes`` # option. # The default value is ''$confdir/classes.txt''. classfile = $vardir/classes.txt # Where puppetd caches the local configuration. An # extension indicating the cache format is added automatically. # The default value is ''$confdir/localconfig''. localconfig = $vardir/localconfig certname = us3sm2ppt001.comp.prod.local server = us3sm2ppt001.comp.prod.local report = true AGENT -bash-4.1$ cat /etc/puppet/puppet.conf [main] # The Puppet log directory. # The default value is ''$vardir/log''....
2007 Dec 03
3
certificate issue with Branch Testing
Hello All, I''m using the "Branch Testing" approach documented at https://reductivelabs.com/trac/puppet/wiki/BranchTesting and am seeing an issue with certificates. On all clients, I can run puppetd --masterport=8141 successfully but see the following error when I run against the default (8140) port: err: Could not retrieve configuration: Certificates were not trusted:
2011 Mar 08
3
classes.txt missing
...classes`` # option. # The default value is ''$confdir/classes.txt''. classfile = $vardir/classes.txt # Where puppetd caches the local configuration. An # extension indicating the cache format is added automatically. # The default value is ''$confdir/localconfig''. localconfig = $vardir/localconfig Any idea why that may be happening? Thanks. -- Nite -- 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 f...
2010 Jun 09
12
Foreman -- Reporting
...toreconfigs = true dbadapter = mysql dbuser = app_puppet dbpassword = password dbserver = localhost dbsocket = /sql/mysql/mysql.sock rrddir=/var/lib/puppet/rrd rrdinterval=$runinterval rrdgraph=true [puppetd] classfile = $vardir/classes.txt report = true localconfig = $vardir/localconfig What am I missing here? Thanks, Henry -- 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-user...
2007 Apr 18
4
Graceful recovery on bad config
Would it be possible to... ( I suppose that this is an enhancement request )... automatically do the following on a client-side manifest failure: 1. Wipe localconfig.yaml and state.yaml and try again (seems to fix most things for me) 2. Revert to a last known good configuration if all else fails. Thanks, Trevor _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-...
2012 Aug 10
3
SSL issues - certificate verify failed
...= /var/run/puppet ssldir = /var/lib/puppet/ssl modulepath = /etc/puppet/modules:/opt/puppet/share/puppet/modules [agent] certname = l1311022.our.domain.de server = l1215022.our.domain.de report = true graph = true pluginsync = true classfile = $vardir/classes.txt localconfig = $vardir/localconfig (SERVER) [main] logdir = /var/log/puppet rundir = /var/run/puppet ssldir = /var/lib/puppet/ssl certname = l1215022.our.domain.de [agent] classfile = $vardir/classes.txt localconfig = $vardir/localconfig -- You received this message because you are su...
2007 Mar 22
6
Starting out with lots of problems.
...eadcert'' for #<Puppet::Network::Client::Master:0xb7c0614c> (NoMethodError) A third time gives a different message: puppetd --server canopus.unm.edu --waitforcert 60 --test notice: Ignoring --listen on onetime run notice: Ignoring cache info: Caching configuration at /var/lib/puppet/localconfig.yaml notice: Starting configuration run notice: Finished configuration run in 0.02 seconds I removed the various files on both server and client that mentioned uriel.unm.edu and tried again.. and saw the same behaviour. Is this expected.. or am I missed the obvious like normal. Thanks -- Step...
2013 Jan 20
3
(New To Puppet)Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class sudo for pupclient on node pupclient
...# option.* * # The default value is ''$confdir/classes.txt''.* * classfile = $vardir/classes.txt* * * * # Where puppetd caches the local configuration. An* * # extension indicating the cache format is added automatically.* * # The default value is ''$confdir/localconfig''.* * localconfig = $vardir/localconfig* * * Below is the configuration on the puppet master: * * *[root@puppet manifests]# pwd* */etc/puppet/manifests* * * *[root@puppet manifests]# cat site.pp* *import ''nodes.pp''* *$puppetserver = ''puppet''* * * *[ro...
2012 Apr 22
2
centos 6.2 - puppet 2.7.13 - SSL_connect returned=1 errno=0 state=SSLv3 read server session ticket A: tlsv1 alert protocol version
...ine-1 + machine-1.test.betrancourt.net (1C:78:20:02:EB:BB:B8:7B:62:E6:80:ED:A4:06:9D:92) In puppet.conf, on the server, i''ve the following content: [main] logdir = /var/log/puppet rundir = /var/run/puppet ssldir = $vardir/ssl [agent] classfile = $vardir/classes.txt localconfig = $vardir/localconfig pluginsync = true [master] autosign = true ssl_client_header = SSL_CLIENT_S_DN ssl_client_verify_header = SSL_CLIENT_VERIFY My apache vhost is configured like this: <VirtualHost 192.168.1.60:8140> SSLEngine on SSLProtocol -all +SSLv3 +TLS...
2013 Mar 08
0
puppet dashboard:No runs found to report
the puppetmaster conf file is: [main] logdir = /var/log/puppet rundir = /var/run/puppet ssldir = $vardir/ssl reports = store, http, foreman reporturl = http://localhost:3000/reports/upload [agent] classfile = $vardir/classes.txt localconfig = $vardir/localconfig the puppet client conf file is: [main] logdir = /var/log/puppet rundir = /var/run/puppet ssldir = $vardir/ssl [agent] classfile = $vardir/classes.txt localconfig = $vardir/localconfig report = true but,no report show on the web page,what errors i mad...
2010 Mar 18
3
Puppet Client using wrong environment.
...5. Start Puppet. This is a test I did with a similar node: Testing pointing to *development*: [app03 ~]# /usr/sbin/puppetd --test -vt --*environment*=*development* --snip-- notice: Finished catalog run in 30.42 seconds [app03 ~]# grep -m2 -P "/development/|/production/" /var/lib/puppet/localconfig.yaml file: /opt/puppet/*development*/site.pp file: /opt/puppet/*development*/modules/ntp/manifests/init.pp Testing now pointing to *production*: [app03 ~]# /usr/sbin/puppetd --test -vt --*environment*=*production* --snip-- notice: Finished catalog run in 30.55 seconds [eapp03 ~]# grep...
2012 Feb 06
1
Puppet / Passenger SSL Problems with DRBD
...classes`` # option. # The default value is ''$confdir/classes.txt''. classfile = $vardir/classes.txt # Where puppetd caches the local configuration. An # extension indicating the cache format is added automatically. # The default value is ''$confdir/localconfig''. localconfig = $vardir/localconfig [master] ssl_client_header = SSL_CLIENT_S_DN ssl_client_verify_header = SSL_CLIENT_VERIFY ## /etc/http/conf.d/puppetmasterd.conf PassengerHighPerformance on PassengerMaxPoolSize 12 PassengerPoolIdleTime 1500 # PassengerMaxRequests 1000 P...
2006 Aug 31
4
crashes
...39;'t have much experience with Ruby yet, so any tips in tracking down these problems would be appreciated. I''m using the Debian package 0.18.4-1. Here''s the output of a couple runs: www01:/home/cwarden# puppetd --verbose --onetime info: Caching configuration at /etc/puppet/localconfig.yaml /usr/lib/ruby/1.8/puppet/type.rb:831: [BUG] Segmentation fault ruby 1.8.4 (2005-12-24) [i486-linux] Aborted www01:/home/cwarden# puppetd --verbose --onetime info: Caching configuration at /etc/puppet/localconfig.yaml notice: Starting configuration run info: //www01/kerberos-client/server/pac...
2008 Dec 04
4
puppetmaster built via puppetd
...classes`` # option. # The default value is ''$confdir/classes.txt''. classfile = $vardir/classes.txt # Where puppetd caches the local configuration. An # extension indicating the cache format is added automatically. # The default value is ''$confdir/localconfig''. localconfig = $vardir/localconfig 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/li...
2011 Dec 05
3
puppet kick problem: host is already running
...s the auth.conf I’m using for testing: path / auth any allow * And here’s the puppet.conf (the same on master and all agents) [main] logdir = /var/log/puppet rundir = /var/run/puppet ssldir = $vardir/ssl [agent] server = <hidden> classfile = $vardir/classes.txt report = true listen = true localconfig = $vardir/localconfig preferred_serialization_format = yaml [master] certname = <hidden> reports = http, store reporturl = http://<hidden>:3000/reports/upload pluginsync = true storeconfigs = true dbadapter = mysql dbuser = root dbpassword = dbserver = localhost dbsocket = /var/lib/mysq...
2008 Jul 10
6
Getting undefined method `-' for #<XMLRPC::DateTime:0xb7c729e8>
...-v -o --no-daemonize --no-splay: err: Could not retrieve catalog: undefined method `-'' for #<XMLRPC::DateTime:0xb7c729e8> The error goes away if I add --ignorecache, but I''m not sure that''s quite the fix I''m hoping for. It will also go away if i remove my localconfig file, but the error returns after the localconfig file is regenerated. This is only affecting 2 nodes so far, and both nodes were working properly earlier today. Has anybody run into this, or does anybody have any idea of what''s going on? puppetd is version 0.24.4 I believe puppetmaste...
2011 Jul 08
2
Puppetmaster setup with separate CA server configuration help
...ys ssl/certs Following are the nginx/puppet.conf configs of loadbalancer01 ---------------------------------------------------------------------------------- [main] logdir = /var/log/puppet rundir = /var/run/puppet ssldir = $vardir/ssl [agent] classfile = $vardir/classes.txt localconfig = $vardir/localconfig server = loadbalancer01 listen = true [master] ssl_client_header = SSL_CLIENT_S_DN ssl_client_verify_header = SSL_CLIENT_VERIFY ca = false ------------- Nginx.conf --------------- user nginx; worker_processes 10; worker_rlimit_nofile 100000; error_log lo...
2010 Jul 22
8
Foreman / External Nodes -- Node Not found
...= true dbadapter = mysql dbuser = app_puppet dbpassword = xxxxxxxxxxxxxx dbserver = localhost dbsocket = /sql/mysql/mysql.sock rrddir = /var/lib/puppet/rrd rrdinterval = $runinterval rrdgraph = true [puppetd] classfile = $vardir/classes.txt report = true localconfig = $vardir/localconfig Any ideas? Thanks, Henry -- 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...
2006 Sep 23
4
"server" config option (and cmd-line option) don''t do anything for puppetd?
Hi guys, Unlike what it says in the documentation and the --help output, I can''t seem to get puppetd to use the --server setting. The only way I can get puppetd to work is to include a ''puppet'' alias to the ip of the machine I''m running puppetmasterd on in my hosts file. The strange thing though, is that the logs of my puppetmaster show that it *is* getting