similar to: : Run this only once

Displaying 20 results from an estimated 100000 matches similar to: ": Run this only once"

2011 Jun 07
2
Changes on master applied only on second run on nodes
Hi! If I change manifest on master and then immediately run "puppet agent --no-daemonize --report --pluginsync --onetime" then it still uses old version of manifest. When I run it second time it sees changes and applies them. Why is it like that? Is it intended to be so? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To
2011 Aug 10
1
How should I run/start puppet (v.2.6.x)?
Dear all, Can any one explain this please? [root@puppet puppet]# puppet master --verbose # [root@puppet puppet]# service puppetmaster status puppetmasterd (pid 1876) is running... but the init.d script reports as it''s not running: [root@puppet puppet]# /etc/init.d/puppet status puppetd is stopped Is there anything that I''m missing? Cheers!! -- You received this message
2010 Jun 11
2
Could not run Puppet configuration client: undefined method `keys' for nil:NilClass
I''m getting this error message quite often on the puppet clients. I don''t know what it means. Restarting puppet often helps and the messages will go away, but suddenly it will come back again. Any thoughts? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2010 Oct 14
1
Puppetd fails to run, returns error: undefined method "fact_merge"
Hello, I have puppet setup on 8 nodes with 1 puppetmaster server. So far 7 of the 8 nodes have performed flawlessly, 1 is currently failing with the following error: err: Could not retrieve catalog from remote server: Error 400 on SERVER: undefined method `fact_merge'' for nil:NilClass warning: Not using cache on failed catalog err: Could not retrieve catalog; skipping run I have
2009 Apr 22
3
Puppet doesnt run
Hi guys, Apologies if this is covered elsewhere. I''ve had a hunt through Google, Redline, and the FAQs but dont see it. Puppet 0.24.8 (and 24.7 on teh same box) starts up fine, but then just sits there, regardless of what I set runinterval to be. Puppet Server debug output stops at: debug: Creating default schedules debug:
2010 Nov 09
2
Could not create PID file: /var/lib/puppet/run/puppetd.pid
Hi experts! I am running Puppet 0.25.5 on CentOS, and I have two machines, one running as master one as client. My master machine seems alright but my client machine keeps on getting this message: "Could not run: Could not create PID file: /var/lib/puppet/run/puppetd.pid" I''m new to this and I''m really confused, the steps I took for the client is almost identical to
2012 Nov 07
1
Reload fact variable during run
Hi, I just made a custom fact to display a status about mysql. The fact variable is ''foo''. In a module I test this fact variable to apply or not a ressource : class bar { if $::foo == ''toto'' { notice("Execute ressource") # Reload fact variable ? if $::foo == ''toto'' { fail("Ressource not
2013 Apr 29
2
checking puppet run status of node A during puppet run of node B
I have some middleware where the successful configuration of node B is dependent on the successful configuration of node A. Node B must pull additional information from node A during its configuration. Is there any built in functionality in puppet for checking the completion status of other nodes? Right now my intent is to write a custom function to query the puppetdb which is storing
2008 Apr 30
2
configuring services not to auto-run ("chkconfig off service")
Hello, I use puppet to configure CentOS 5 servers which have services controlled by linux-ha (heartbeat). This means that these services have to be configured by chkconfig (e.g. "chkconfig --add httpd") but NOT to execute automatically on boot (i.e. "chkconfig httpd off"). Currently, from looking at the source of puppet (version 0.22.4, installed from RPM from
2013 Jan 23
1
What exactly does "notice: Finished catalog run in XX seconds" mean?
I see that line in the agent node''s log. Is that the time taken by the Puppet Master to compile the manifests into a catalog? Or is that the rime taken by the agent to "apply" the catalog on the node? More specifically, I want to determine the exact time taken by the puppet master to compile the catalog for a given node? Is that logged somewhere? -- You received this
2008 Dec 01
2
configuring puppet to run custom facts
Hi, I''m following http://reductivelabs.com/trac/puppet/wiki/PluginsInModules in order to use a custom fact. My modules looks like: # ls manifests/modules/network/ manifests plugins # ls manifests/modules/network/plugins/facter/primaryint.rb manifests/modules/network/plugins/facter/primaryint.rb as is said in doc. Then: Turn on pluginsync and specify factpath, so that the facts
2012 May 19
2
Is there a way to limit the number of agents that can run concurrently?
Hi all, I''ve set up a Puppet environment with a master managing around 80 agents. I would like to set a limit on the number of agents that can be performing puppet runs at any given moment...so, for example, if there are already 3 puppet runs ongoing, the 4th agent should be put on hold until one of the 3 runs finishes. Is there a way to configure this? It would be perfect if it can be
2010 Dec 02
2
Trying to run puppet from a tarball
I''m trying to run puppet using the tarball and so far, I''ve been unsuccessful. The system I''m trying to run puppet on is running RHEL 5.3. Now first of all, this system does not have access to internet. Therefore I don''t have any access to any of the repositories from which I can download the rpms and its dependencies. So instead, I got the puppet, facter, ruby
2013 Mar 12
2
Only running database_grant the first time.
I''m using puppet through Vagrant to manage my dev VM, and as part of that I have a few database grants that I run after creating users, but when I subsequently run vagrant up or provision these grants fail (because of some changes I make to the mysql config after they have been created.) I''m using database_grant to execute the grants, but there doesn''t seem to be a
2009 Jun 25
2
Ensure overriden service after exec has run
Hi, How do I force my Service declaration (with is defined elsewhere and inherited) is run after an exec has run? The code; class autofs_nis::services inherits services::base { Service[''ypbind''] { ensure => running, enable=> true, } ..... } class autofs_nis::exec inherits services::base { exec { "setdomainname": command
2011 Jan 24
3
Run Stages & Dashboard
We''re utilizing the Dashboard to manage which modules are included for each node. In this setup, nodes.pp is empty. E.g.: modules/repos includes the various repository files for each OS. ...And in the dashboard, there is a class titled ''repos'' and is assigned to the various nodes that we want to have their repo files managed. I''d like the
2011 May 31
0
Extlookup++
On Fri, May 27, 2011 at 1:08 PM, R.I.Pienaar <rip@devco.net> wrote: > And for what its worth this afternoon just to see how hard it is > and to again ask to myself ''wtf has no-one done this yet?'' and also > ''wtf are people at Puppet Labs reinventing this wheel?'' I wrote > a new extlookup that has pluggable backends. > The bit about
2013 Mar 12
0
Puppet 3.1 - Error: Could not run: undefined method `prune_parameters' for nil:NilClass - fresh install on RHEL 6.4
Trying to get my puppet up and running but running into a slight problem - trying to view a resource I get an error for undefined method [root@puppet puppet-dashboard]# puppet resource user root Error: Could not run: undefined method `prune_parameters'' for nil:NilClass [root@puppet puppet-dashboard]# uname -a Linux puppet.luminexcorp.com 2.6.32-358.0.1.el6.x86_64 #1 SMP Tue Feb 26
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
2011 Mar 14
1
configsync requires 2nd puppet run for plugin loading to work
First run of puppet performs a configsync and an attempt to load the downloaded plugins, the provider fails to be found by puppet in this first run, another re-run of puppet is needed for the provider to work, see debug output below. Is this a bug or am I missing something you think? The error in short: err: /Stage[main]/Ibe::Slave/Logical_volume[mysql]: Could not evaluate: No ability to