similar to: can puppet agent use 2 independent puppet master ?

Displaying 20 results from an estimated 40000 matches similar to: "can puppet agent use 2 independent puppet master ?"

2013 Jul 09
2
Renaming puppet binary to use with two puppet agent instances
I''m trying to do the same thing and running into two minor problems.. I would like to rename the puppet command to something like puppet3. We''re running two versions for two separate teams for 2.7 and 3.x However, when I try to do a symlink I get the following error. Error: Unknown Puppet subcommand ''puppet3'' See ''puppet
2013 May 28
5
attention Puppet Experts: can i run puppet master and agent on same server
Hello friends, Please tell me can i have puppet master and puppet agent on same machine I am new to this world. Please tell me how can i get started. Thanks and Regards, *Ripunjay Godhani* *"The Great Man Shows his Greatness by the Way He treats the Little man"* -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To
2013 Jul 15
2
puppet agent / master version compatibility?
Hello group, I am trying to run a puppet agent v3.2.2 against a puppet master with version 2.7.18, and I get this weird error: Warning: Unable to fetch my node definition, but the agent run will continue: Warning: Could not intern from pson: source ''"#<Puppet::Node:0x7f'' not in PSON! The run fails with "module not found", which is definitely there and
2013 Nov 01
1
HELP!!! puppet-enterprise-3.1.0-el-6-i386 master/agent test fails
** I installed PE Master on one VM and Agents on two VMs pointing to master . Agent1 VM 64 bit works fine , but agent2 VM 32 bit fails with below error. Only difference is architecture. One more note both the agent nodes were accepted from Dashboard,so master has both the certificates. Any help will be greatly appreciated. puppet-enterprise-3.1.0-el-6-i386]# puppet agent --test Info:
2013 Jan 30
2
Mcollective on puppet server and agent?
I have a puppet server and various puppet agents. I want to do mcollective stuff. So please anyone tell me what should i install on puppet server and agent to run mcollective? Is there any need to install ActiveMQ also and where should i install it? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe
2013 Feb 19
3
Specifying multple nodes with mcollective-puppet-agent Host Filters
If I want to run Puppet agent only on two nodes out of ten, how can I specify this with the Host Filters? I tried mco puppet runall 10 -I node1,node2 and different other variations, but this does not work. Is this at all possible? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving
2013 Oct 16
2
different environments per puppet master
Hi, Is there any possibility to do different environments(puppet classes) per organization/location based on a smart proxy(puppet master)? Or any plans to implement this? Thank you, Cristian Falcas -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to
2013 Feb 08
3
issue storing facts values in mysql on puppet master 3.0.2
Hi, I got the following error:- Error: Could not retrieve catalog from remote server: wrong header line format In puppet.conf file on puppetmaster, I added following lines - facts_terminus = inventory_active_record dbadapter = mysql dbname = dashboard dbuser = test dbpassword = test123 dbserver = puppet-master.com dbsocket =
2013 Apr 13
2
push puppet agent from dashboard
Excuse me When I add node from the dashboard is there any possibility to push puppet-agent to the client ?? Thank you in advance!!! Francesco -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this
2013 Mar 04
7
I moved my modules and manifest directory in puppet master.
I also made the changes below in the puppet.conf file to tell puppet where to look for the the modules and manifests. I then restart the puppet master then ran puppet command to apply changes to a puppet client it did not find anything to change just got these three lines "info: Caching catalog for pdlnx-adpt03.kareoprod.ent, info: Applying configuration version
2013 Mar 20
3
Host name look up failure- unable to generate certificate in agent and transfer that to master for signature.
Hi all, 1)I installed puppet agent in one of the server and i gave the name of the master for which it needs to be connected as puppet. But am unable to connect to the host..the certificate is not present in the master when i searched for it with this command *puppet cert list -all *am getting this error in the master *err: Could not call list: header too long header too long.* ** 2)When
2013 Jun 12
3
puppet agent errors for non included module.
Does anyone know why i would get a module error for my ''base'' module that I''m not even including for a node? I''m explicitly NOT include the ''base'', yet puppet-client-t2 still errors when i pull it in. Snips from both are below. Any ideas why this would happen? Thanks, JJ ==== site.pp file [root@puppet-master-t1 puppet]# cat
2013 May 07
2
Modules doesn't work from puppet agent.
Hi all, I think i''m forgetting something. If i do: "puppet apply manifiests/site.pp" it works perfectly, loading modules i have include in site.pp file. site.pp: cat manifiests/site.pp node default { include ntp, motd } But it does not work if i run puppet agent. puppet agent --test --server=debianita.user.arinso --environment production Info: Retrieving plugin Info:
2013 Aug 16
2
exit status of puppet agent --detailed-exitcodes
Hello group, is there a way to make puppet NOT return 2 if only exec{ } and notify{ } were called? Background is as follows: I''m calling puppet agent via cron on my hosts, and I want to get mails if something changes. For this, I used the exit code of "puppet agent --test --detailed-exitcodes", which should be 2 then (or 4/6 on error). Now, every stupid notify { } or exec{
2013 Feb 15
2
Puppet agent daemon not seeing a Facter fact
Hi all, first post here... reposting this from Stack Overflow as it didn''t get much traction there... I am using puppet to read a fact from facter, and based on that I apply a different configuration to my modules. Problem: the puppet agent isn''t seeing this fact. Running puppet agent --test interactively works as expected. Even running it non-interactively from a script
2013 Sep 20
3
Puppet nodes unable to send report to Puppet Master running under Passenger
Hello all, I recently switched to running puppet master using Passenger. However, I am seeing agents unable to send reports after a bunch of ''master'' processes starting to accumulate and eat all the RAM and swap space. Error: Could not send report: Error 500 on SERVER: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head>
2013 Feb 12
6
Run Puppet Against Master with Local node.pp Manifest?
Does anyone know if it''s possible to run Puppet as if it''s running with a Master, but using a locally created node.pp manifest? I''m looking into doing some unit tests on applications that are installed by Puppet. To do this, I''m trying to use a test VM server which I''ll deploy applications onto. I figure that the easiest way is probably to
2013 Jun 06
2
Trouble getting puppet config from client to master (Certificate verify failed).
Hello, I''m having trouble between the client and the master. Please help! *root@r3:~# puppet agent --test* Info: Caching certificate for r3.pb Info: Caching certificate_revocation_list for ca Warning: Unable to fetch my node definition, but the agent run will continue: Warning: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed:
2013 Jun 03
3
puppet master fails to set selinux context on /etc/puppet/auth.conf
I am running puppet 3.2.1, using the puppetlabs repos, on centos 6.4. I keep getting these messages in the log: (every 30 minutes) Jun 3 11:24:55 yoda puppet-master[20292]: Failed to set SELinux context system_u:object_r:puppet_etc_t:s0 on /etc/puppet/auth.conf Jun 3 11:24:55 yoda puppet-master[20292]: Failed to set SELinux context system_u:object_r:puppet_etc_t:s0 on
2013 Apr 11
3
Anyone managed to integrate Ambari/Hortonworks with an existing puppet installation?
Hi All We''re investigating the Hortonworks Hadoop Data Platform. It uses the Apache Ambari installer, and we are running into problems as the installation notes (http://hortonworks.com/hdp110-hmc-quick-start-guide/) for the application say (and I kid you not): *Remove or disable any existing Puppet agent configurations * It seems that its management centre runs as a puppet master and