Displaying 20 results from an estimated 20000 matches similar to: "unique behavior on puppet agent running on puppet master node"
2013 Dec 18
0
Resources not exported from puppet agent run on the Puppet Master nodes with PuppetDB
I could use some help debugging a bazaar PuppetDB problem. Exported
resources seem to be working fine everywhere except for on the Puppet
Masters themselves. Whenever I run the puppet agent on them everything
seems to go fine and I see the catalog getting submitted to PuppetDB in the
logs. However, when I run puppet on the node that should collect these
resources they aren''t
2013 Oct 30
4
Warning: Local environment: "42A" doesn't match server specified node environment "production", switching agent to "production"
Hi,
When I run puppet agent --test --environment 42A, I have the following
warning :
Warning: Local environment: "42A" doesn''t match server specified node
environment "production", switching agent to "production".
...
The puppet manifest for the environment "42A" isn''t applied.
The puppet version is 3.3.1-1puppetlabs1 on agent and
2012 Jul 18
2
Remote site puppet infrastructure
I''m trying to figure out if there is a common/working setup that people are
using to host puppet in remote sites.
At first our setup was that we have several puppetmasters (PM) in site A
and a couple in our smaller site B. In site A we are also hosting Foreman
and our mysql DB for storeconfigs. site A and B are connected via a WAN
that is fairly slow.
With this setup the issue I
2011 Dec 04
2
Running puppet agent and master from cron jobs
I see that there''s a thread from September asking a very similar
question ("Official puppetlabs position on cron vs puppet as a
service?"). I want to ask what should I take into account when making
this decision?
Just some background:
- All my servers are Red Hat or CentOS
- We have about 5 servers managed by Puppet now. The goal is to have
~50 servers.
These are generally
2010 Aug 02
1
wrong facts going into storeconfigs, 0.25+2.6
I''m re-posting this because I''m not sure that it got through the first
time. If someone could at least echo back that this is reaching the
list, I''d appreciate it. (I''m new to the list.)
Sometimes (with variable frequency) storeconfigs stores the wrong data
in the fact_values table. This has the end result that exported
resources, when collected, have
2009 Nov 30
1
Any benefit with running async_storeconfigs
Hi all,
I currently am using puppet with storeconfigs and am quite happy with the results. I also see that there is now the option of having async_storeconfigs. What I''m wondering about is the following:
1. What benefit is there to running async_storeconfigs over storeconfigs?
2. In what scenario''s would async provide a benefit to standard storeconfigs?
3. What are the typical
2013 May 13
1
puppet does not see changes in /etc/puppet/puppet.conf
I did a fresh install on Ubuntu 12.04 with apt packages from puppet labs. I
have agents talking to my puppetmaster.
Puppetmaster is running apache/passenger connected to puppetdb and
puppet-dashboard is setup to use puppetdb but it is not able to see any
reports submitted to puppetdb.
When an agent connects to master I see :
Info: ''replace facts'' command for hostname
2012 Mar 08
0
Different behavior for pluginsync between "puppet agent --test" and "service puppet start"
I''ve got 3 custom facts configured within a couple of modules and am using
pluginsync to sync them to the clients. My clients are CentOS 5.7.
If I run "puppet agent --test -v", I get the following output and the
custom facts get loaded and I can use those facts in my module classes:
info: Loading downloaded plugin /var/lib/puppet/lib/facter/oraclehome.rb
info: Loading
2012 Dec 24
0
Not able to install puppet on agent node?
Hi,
I have created an agent node from a master node using below command.
puppet node_aws create --image ami-cc5af9a5 --keyname icos-client --type
ti.micro
Now as i am trying to install puppet on it using below command
puppet node install \
--install-script=puppet-enterprise \
--installer-payload=/usr/local/puppet/puppet-2.7.0.tar.gz \
--installer-answers=/usr/local/puppet/agent.txt \
2013 Mar 28
0
Puppet node does not see manifests on new puppet master
I have a puppet master that I had recently split into two, one handling just CA functionality and one handling the normal puppet master operations.
puppet_ca
puppet_master
Otherwise, both are configured identically as follows:
1) The modules are stored into separate environments under /etc/puppet/environments:
/etc/puppet/environments/foo/modules
/etc/puppet/environments/bar/modules
2013 Nov 12
0
auth.conf/puppet.conf sample files for master and agent
Trying to implement puppet in a brand new environment. Both master and
agent are running RHEL 6.3 (Santiago).
Master version = 3.3.1
Agent version = 2.6.18
Appreciate if some one can provide me with sample auth.conf and puppet.conf
files for both the master and the agent.
No DNS entries. Only /etc/hosts files, passwordless ssh provided.
Should I have the agent entries in some file on the master
2012 Apr 12
1
Define node environment on puppet master nodes.pp?
Hello,
Is there a way to define an environment for the prospective nodes in
nodes.pp (maybe a default node?) I''d like to be able to define it there and
then have my puppet module configure the node puppet.conf (erb template)
based on the parameters that’s passed on from the master. Possible?
Thanks,
Will
--
You received this message because you are subscribed to the Google Groups
2013 Apr 27
2
can puppet agent use 2 independent puppet master ?
Hi all,
I havent seen a similar post, so thought I''d ask -
Is it possible to make a puppet agent use 2 different puppet masters ? E.g.
I want to use 1 master to do basic configuration changes, etc. and a 2nd
master to do other more application specific changes - the idea is to keep
the system changes fully separated from the application changes that would
be applied.
Any clues /
2010 Apr 28
2
storeconfigs seems to disable external nodes
I have a working configuration using external nodes, but when I enable
storeconfigs using either Sqlite or MySQL, nodes no longer get
assigned their classes from the external nodes script. I''m currently
using the 0.25.4-2ubuntu6 packages from Ubuntu 10.4. Disabling
storeconfigs and restarting puppetmaster causes nodes to be assigned
classes from the external nodes script. I''ve
2012 Mar 06
2
Long config retrieval on nodes
Hi all, hoping someone may have encountered a problem similar to this
before:
On my customer''s EC2 based infrastructure, we have implemented the
nodeless, truth driven module outlined by Jordan Sissel here
http://www.semicomplete.com/blog/geekery/puppet-nodeless-configuration.
It''s quite an effective model, especially in the realm of EC2... we still
have a puppetmaster
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
2012 Dec 24
3
Not able to install puppet enterprise onn agent node using install command.
Hi,
I have created an agent node from a master node using below command.
puppet node_aws create --image ami-cc5af9a5 --keyname icos-client --type
ti.micro
Now as i am trying to install puppet on it using below command
puppet node install \
--install-script=puppet-
enterprise \
--installer-payload=/usr/local/puppet/puppet-2.7.0.tar.gz \
--installer-answers=/usr/local/puppet/agent.txt \
2008 Sep 22
0
Puppet Node Configuration Query
Hi,
I am using puppet for maintaining a number of node configuration management
. I want to change my configuration from outside the puppet . so what will
be the best possible solution for them ? Storeconfig or LDAP ?
Thank you very much ,
--
Subhasis Dasgupta
www.kaavo.com
Phone : +919830282548
skype : subhasis.dasgupta
--~--~---------~--~----~------------~-------~--~----~
You received
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 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: