search for: puppetmast

Displaying 20 results from an estimated 900 matches for "puppetmast".

Did you mean: puppetmas
2013 Aug 07
1
puppet-3.2.2 runs fine - but doesn't work. 2.7.22 works fine.
...b/facter]/ensure: removed Notice: /File[/var/lib/puppet/lib/type]/ensure: removed Info: Caching catalog for p-login01.example.dk Info: Applying configuration version ''1375874403'' And with debug enabled on the master (which is running in passenger); I get this: Aug 7 14:33:38 puppetmaster-02 puppet-master[27451]: Using settings: adding file resource ''libdir'': ''File[/var/lib/puppet/.puppet/var/lib]{:links=>:follow, :ensure=>:directory, :backup=>false, :loglevel=>:debug, :path=>"/var/lib/puppet/.puppet/var/lib"}'' Aug 7 14...
2013 Jul 23
3
Debugging Puppetmaster with Apache/Rack/Passenger
Hi, I''m currently trying to debug a performance issue I''m having. Therefore I would need "DEBUG" output. When using one puppetmaster process, this is fairly easy by starting it like this: > puppet master --no-daemonize --debug Now I need to see this debug output when running puppetmaster the way I ususally do - using Apache/Rack/Passenger. After looking around a bit in the vhost config file > cat /etc/httpd...
2009 Sep 08
7
Puppetmaster be client of another puppetmaster?
Is is possible to have a puppetmaster that is a client of a different puppetmaster? We manage our customers'' server via puppet, but one customer has a puppetmaster server which looks after their internal systems. We''ve tried the following in /etc/puppet/puppet.conf ("customer" and "us" replacing...
2017 Aug 29
3
Syncronize systemctl status with reality?
...rth at gmail.com> To: "centos" <centos at centos.org> Sent: Tuesday, August 29, 2017 2:03:44 PM Subject: Re: [CentOS] Syncronize systemctl status with reality? On 29 Aug 2017 17:58, "Leroy Tennison" <leroy at datavoiceint.com> wrote: The particular issue is with puppetmaster (which admittedly takes 4 minutes to actually start, setting TimeoutStartSec=300 in it's unit file stopped the false timeout report) but I have seen it one other time (don't remember the details). systemctl status puppetmaster ? puppetmaster.service - Puppet master Loaded: loaded (/lib/s...
2017 Aug 29
2
Syncronize systemctl status with reality?
The particular issue is with puppetmaster (which admittedly takes 4 minutes to actually start, setting TimeoutStartSec=300 in it's unit file stopped the false timeout report) but I have seen it one other time (don't remember the details). systemctl status puppetmaster ? puppetmaster.service - Puppet master Loaded: loaded (/li...
2012 Jun 10
3
Apache mod_cache/mod_disk_cache...?
...s that a request for /foo.sh?bar will cache and return the same result as /foo.sh?xyz ... thus making the query string completely ignored. However, if I leave it off, I get no caching at all because Puppet seems to make every single file request with a ? attached to it: > Jun 10 00:17:59.000000 puppetmaster-20372704.cloud.XYZ.com apache: puppetmaster-20372704.cloud.XYZ.com:443 204.236.165.198 - - - puppet.XYZ.com:8140 "GET /production/file_metadata/modules/zk/ssl/cacert.pem? HTTP/1.1" 200 330 "-" "-" 0/6260 > Jun 10 00:17:59.000000 puppetmaster-20372704.cloud.XYZ.com...
2012 Sep 27
1
Puppetmaster with mongrel
Hey Guys, So i have puppetmaster running and well. I have a few questions 1) Even though i followed instructions on http://projects.puppetlabs.com/projects/1/wiki/Using_Mongrel on using Mongrel, puppetmaster is probably still using webrick since the client connection timeout still occurs. How do i make it use mongrel? 2) Now...
2007 Feb 14
4
cvs export on puppetmaster box
Hello I am thinking that it is better to do a cvs export of a project once, on the puppetmaster box, rather than do the same cvs export on all puppet clients, yes? If so, how does one do this? Do you run puppetd on the same box as puppetmasterd and set up the cvs export as an exec for only the node with the same hostname as the puppetmaster? Thanks Jesse Jesse Reynolds Virtu...
2009 Aug 30
3
restart puppetmaster when files change
I create this class pmaster in order to restart puppetmaster daemon after /etc/puppet/puppet.conf file change. class pmaster { file { "/etc/puppet/puppet.conf": ensure => "file"; } service { "puppetmaster": ensure => "running", enable => "true", hasrestart => "true&qu...
2012 Dec 14
2
Duplicate declaration for invoking a class
Hi everyone, Here are the manifest I am using: In file ''*modules/test/manifest/init.pp*'': class test ( $test = undef, ) { notice("Here is the message: ${test}") } Now in ''*modules/saas/manifests/client/sudo.pp*'': class saas::client::sudo { class { ''test'': } } Now in ''*manifests/sites.pp*'': import
2008 Nov 10
12
CA_Server woes
...connects, it requests a signature from puppetca.mydomain.combut then on the next pass fails with the following: err: Could not retrieve catalog: Certificates were not trusted: SSL_connect returned=1 errno=0 state=SSLv3 read finished A: tlsv1 alert unknown ca Is there something I have to do on the puppetmaster to tell it about the other CA? --e --~--~---------~--~----~------------~-------~--~----~ 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, se...
2007 May 18
3
Puppetmaster wierdness
Anybody else experience the need to restart puppetmasterd before a node can register itself. I''ve been cleaning up my installation here on client nodes and every once and a while I find myself needing to restart the puppetmaster daemon. A client node attempts to connect and never does. A restart fixes things. There doesn''t seem to...
2012 Apr 25
2
Unable to import a manifest file from a different directory to the one where site.pp is located using environments
...formation is below. In my puppet.conf file I have setup an environment called "stable", within this environment I have setup the manifestdir, modulepath and manifest settings like so: ------------------------- (Begin Extract) -------------------------------- [stable] *manifestdir*=/srv/puppetmaster/stable/manifests:* /srv/puppetmaster/stable/site-nodes* modulepath=/srv/puppetmaster/stable/modules:/srv/puppetmaster/stable/site-modules *manifest=/srv/puppetmaster/stable/manifests/site.pp* ------------------------- (End Extract) -------------------------------- If I run a config print ag...
2010 Oct 04
2
Using Puppet to Configure Other Services on the PuppetMaster Server
Hi, I just wanted to check a few things. I have a build server which is used to run the CI server. It also doubles up as my puppetmaster. Would it be possible to have a puppet client talk to a puppetmaster on the same machine? Cheers, Tom -- 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...
2008 Dec 04
4
puppetmaster built via puppetd
hi, i''m trying to set up my puppetmaster infrastructure with multiple puppetservers behind load balancers in each of our datacenters. i''m using 0.24.6. i''ve read the howto on puppet scalability, and i think i''ve got the ssl config working correct, but i''m noticing that when puppetd is used to build...
2009 Sep 04
4
the same puppetmaster in different subnets/vlan
Hello, i have a couple of VLAN where each has its own subnet, now I would like to use one puppetserver for all these machines. the puppetserver has a DNS entry for each subnet and its own IP-Address VLAN 1: puppet-vm1.domain1 172.1.0.1/255.255.255.0 VLAN 2: puppet-vm1.domain2 172.1.1.1/255.255.255.0 ..... the hostname of the puppetserver is puppet-vm1.domain0, puppet created a
2013 Feb 15
1
Errors when running 'puppet agent --test' command
...ppet agent --test info: Retrieving plugin err: /File[C:/ProgramData/PuppetLabs/puppet/var/lib]: Failed to generate additio nal resources using ''eval_generate: Error 500 on SERVER: <h1>Passenger error #2< /h1> An error occurred while trying to access ''/var/opt/lib/pe-puppetmaster/config.ru '': Cannot stat ''/var/opt/lib/pe-puppetmaster/config.ru'': Permission denied (13)< p>Apache doesn''t have read permissions to that file. Please fix the relevant fil e permissions.</p> err: /File[C:/ProgramData/PuppetLabs/puppet/var/lib]: Co...
2009 Dec 23
1
puppetmaster 0.25.x factdir error
Hello... I started testing puppet 0.25.x on my puppetmaster (RH 5.4 x64_64). I first tried 0.25.1 from EPEL testing, then 0.25.2rc1. I am using apache/mongrel with 10 ports. My puppetmaster configs are in /srv/puppet not /var/puppet. When starting puppetmaster I get the following errors: Port: 18140Could not prepare for execution: Got 1 failure(s)...
2011 Jul 08
2
Puppetmaster setup with separate CA server configuration help
Hi All, I am setting up puppetmaster with nginx and passenger and separating the Puppetmaster primary CA server. I have 3 host loadbalancer01 - Nginx doing LB on IP address and also running puppetmaster with passenger under 127.0.0.1 (port 8140). primaryca - Puppetmaster Primary CA pclient - Puppet Client The did the following st...
2010 Apr 29
1
puppetmaster not responding
I''m unable to get a response from the puppetmaster I''m testing with. `netstat -apn` shows puppetmaster/ruby listening on port 8140, but telnet connections are refused both from a different location and from the commandline on the master server. I''ve restarted a number of times but I''m still getting nothing, and AFAICT...