[Puppet Users] Turn off client autoupdate

2011-06-24 Thread Sergey V. Arlashin
By default puppet node connects to server periodically and looks if
there is something execute. I'm wondering is it possible to make
puppet clients not connect to server themselves? So that it would be
possible to update a node only with puppetrun nodename.

---
WBR, Sergey

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



[Puppet Users] Turn off client autoupdate

2011-06-24 Thread sergey
By default puppet node connects to server periodically and looks if there is 
something execute. I'm wondering is it possible to make puppet clients not 
connect to server themselves? So that it would be possible to update a node 
only with puppetrun nodename. 

---
WBR, Sergey

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



[Puppet Users] Turn off client autoupdate

2011-06-24 Thread Sergey V. Arlashin
Hello!

By default puppet node connects to server periodically and looks if
there is something execute. I'm wondering is it possible to make
puppet clients not connect to server themselves? So that it would be
possible to update a node only with puppetrun nodename.

---
WBR, Sergey

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Turn off client autoupdate

2011-06-24 Thread Nathan Clemons
Just disable the puppet agent / puppetd (depending on your version) in
chkconfig / update-rc.d / etc.

Further runs would then be done via ssh, either manually or via a
distributed ssh command like ralsh, pdsh, clusterssh, etc.

This is what we do at Livemocha; we're actually in the process of switching
over to using MCollective to trigger Puppet runs.

--
Nathan Clemons
http://www.livemocha.com
The worlds largest online language learning community



On Fri, Jun 24, 2011 at 1:47 AM, Sergey V. Arlashin sergey...@gmail.comwrote:

 By default puppet node connects to server periodically and looks if
 there is something execute. I'm wondering is it possible to make
 puppet clients not connect to server themselves? So that it would be
 possible to update a node only with puppetrun nodename.

 ---
 WBR, Sergey

 --
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/puppet-users?hl=en.



-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Turn off client autoupdate

2011-06-24 Thread sergey
And how is it possible to connect to puppet client via ssh? I mean I usually 
issue puppetrun nodename and then puppetmaster  connects to puppet client on 
the client node. What should I do in case of ssh connect? 

---
WBR, Sergey

On Jun 24, 2011, at 6:10 PM, Nathan Clemons wrote:

 Just disable the puppet agent / puppetd (depending on your version) in 
 chkconfig / update-rc.d / etc.
 
 Further runs would then be done via ssh, either manually or via a distributed 
 ssh command like ralsh, pdsh, clusterssh, etc.
 
 This is what we do at Livemocha; we're actually in the process of switching 
 over to using MCollective to trigger Puppet runs.
 
 --
 Nathan Clemons
 http://www.livemocha.com
 The worlds largest online language learning community
 
 
 
 On Fri, Jun 24, 2011 at 1:47 AM, Sergey V. Arlashin sergey...@gmail.com 
 wrote:
 By default puppet node connects to server periodically and looks if
 there is something execute. I'm wondering is it possible to make
 puppet clients not connect to server themselves? So that it would be
 possible to update a node only with puppetrun nodename.
 
 ---
 WBR, Sergey
 
 --
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/puppet-users?hl=en.
 
 
 
 -- 
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/puppet-users?hl=en.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Turn off client autoupdate

2011-06-24 Thread Ken Barber
I concur. Using mcollective to trigger Puppet is sweet.

ken.

On Fri, Jun 24, 2011 at 3:31 PM, Daniel Maher dma...@milestonelab.com wrote:
 On 06/24/2011 04:10 PM, Nathan Clemons wrote:

 This is what we do at Livemocha; we're actually in the process of
 switching over to using MCollective to trigger Puppet runs.

 By way of a vote of confidence, we made the switch to MC-triggered Puppet
 runs a few months ago and have been very happy with the result. Implementing
 Puppet Commander[1] in order to manage the trigger events was about as
 straightforward as it gets !

 [1]
 http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/ToolPuppetcommander

 --
 Daniel Maher
 « makin' plans now to live on Mars 'cuz I got Earth on lock. »

 --
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/puppet-users?hl=en.



-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Turn off client autoupdate

2011-06-24 Thread Nathan Clemons
Under 0.25, we do puppet --onetime --no-daemonize.

I'm not sure if that syntax changed in 2.6.x and above.

--
Nathan Clemons
http://www.livemocha.com
The worlds largest online language learning community



On Fri, Jun 24, 2011 at 7:14 AM, sergey sergey...@gmail.com wrote:

 And how is it possible to connect to puppet client via ssh? I mean I
 usually issue puppetrun nodename and then puppetmaster  connects to puppet
 client on the client node. What should I do in case of ssh connect?

 ---
 WBR, Sergey

 On Jun 24, 2011, at 6:10 PM, Nathan Clemons wrote:

 Just disable the puppet agent / puppetd (depending on your version) in
 chkconfig / update-rc.d / etc.

 Further runs would then be done via ssh, either manually or via a
 distributed ssh command like ralsh, pdsh, clusterssh, etc.

 This is what we do at Livemocha; we're actually in the process of switching
 over to using MCollective to trigger Puppet runs.

 --
 Nathan Clemons
 http://www.livemocha.com
 The worlds largest online language learning community



 On Fri, Jun 24, 2011 at 1:47 AM, Sergey V. Arlashin 
 sergey...@gmail.comwrote:

 By default puppet node connects to server periodically and looks if
 there is something execute. I'm wondering is it possible to make
 puppet clients not connect to server themselves? So that it would be
 possible to update a node only with puppetrun nodename.

 ---
 WBR, Sergey

 --
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/puppet-users?hl=en.



 --
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/puppet-users?hl=en.


  --
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/puppet-users?hl=en.


-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Turn off client autoupdate

2011-06-24 Thread Jacob Helwig
On Fri, 24 Jun 2011 01:47:56 -0700, Sergey V. Arlashin wrote:
 
 By default puppet node connects to server periodically and looks if
 there is something execute. I'm wondering is it possible to make
 puppet clients not connect to server themselves? So that it would be
 possible to update a node only with puppetrun nodename.
 
 ---
 WBR, Sergey
 

You'd probably be interested in #4411[1] and #3313[2].

Specifically, it looks like the way you should be able to do this is by
specifying listen=true and client=false, but there appears to be a
bug with the agent that makes client=false not actually work, but
(--no-client on the command line does work). :-/

[1] http://projects.puppetlabs.com/issues/4411
[2] http://projects.puppetlabs.com/issues/3313

-- 
Jacob Helwig


signature.asc
Description: Digital signature


Re: [Puppet Users] Turn off client autoupdate

2011-06-24 Thread sergey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thank you! This is what I was looking for :) --no-client DOES work. 
P.S. I should have read man puppetd before sending this message. :)


On Jun 24, 2011, at 10:39 PM, Jacob Helwig wrote:

 On Fri, 24 Jun 2011 01:47:56 -0700, Sergey V. Arlashin wrote:
 
 By default puppet node connects to server periodically and looks if
 there is something execute. I'm wondering is it possible to make
 puppet clients not connect to server themselves? So that it would be
 possible to update a node only with puppetrun nodename.
 
 ---
 WBR, Sergey
 
 
 You'd probably be interested in #4411[1] and #3313[2].
 
 Specifically, it looks like the way you should be able to do this is by
 specifying listen=true and client=false, but there appears to be a
 bug with the agent that makes client=false not actually work, but
 (--no-client on the command line does work). :-/
 
 [1] http://projects.puppetlabs.com/issues/4411
 [2] http://projects.puppetlabs.com/issues/3313
 
 -- 
 Jacob Helwig

-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQEcBAEBAgAGBQJOBOMiAAoJEPQ905NMSvKrpLsIAMD/sUsdJDCOW9L0WGXKjLFz
BQ9OFmReZx2MSDtXpgzhioOsJ0lMBeTlQ0RWEv5oEtz7senIwbWSyW9hGzHgpujW
nm0ZLk7bURW7Fn0z8zVw7ueS70RnMgq0MTeLNSQBZk/dCjBDxu72HSg2O9jAxW8x
z49AZVT9TWNjSMIaihF4V5GpbxdAKRb7iqbbNEJAYHRiGodgwjwJywQl8JWRBTg3
1dLzlAr24bzxusApMMNf+7aYPgYQSzyp2jfIpgx3HEp0D3tO3Wv4dmYqUf8YFWG7
Q+uYjnq+PiYeSNxTF2w/F9D5XU5wEbgnnV0r5TrLws5KsKrl4VZ3q4JEmPh0Zzg=
=nyL2
-END PGP SIGNATURE-

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Turn off client autoupdate

2011-06-24 Thread Denmat
Hi,

You're looking for something like this.

http://docs.puppetlabs.com/mcollective/index.html

On 24/06/2011, at 8:07, sergey sergey...@gmail.com wrote:

 By default puppet node connects to server periodically and looks if there is 
 something execute. I'm wondering is it possible to make puppet clients not 
 connect to server themselves? So that it would be possible to update a node 
 only with puppetrun nodename. 
 
 ---
 WBR, Sergey
 
 -- 
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/puppet-users?hl=en.
 

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.