Patrick <kc7...@gmail.com> writes:

> I've heard you can push config using puppet, but I've never tried it.
> If you're interested, take a look at the command puppetrun and "puppetd
> --listen".

FWIW, this isn't pushing configuration.  The puppetrun invocation sends a
message to puppetd on the client, which then pulls configuration from the
central server and acts on it.

So, it triggers the client pull on demand, but the client still pulls.

[...]

> on apr 4, 2010, at 10:23 pm, jatinderg...@gmail.com wrote:
>> -----original message-----
>> from: patrick <kc7...@gmail.com>
>> subject: re: [puppet users] how to push config from master ?
>> 
>> on apr 4, 2010, at 9:53 pm, jatinderg...@gmail.com wrote:
>> 
>>> thank you so much for the reply. i have bunch of webserver, i want to able
>>> be able run svn update to all the webserver from master.

this is not what puppet specializes in.  you can probably do it, but you will
almost certainly find it more productive to use some alternate tool to
implement this feature.

>>> of-course i can do cron job that runs svn update, but i would like to
>>> revert to previous version on fly if needed.

i am not quite sure how you envision puppet helping with that, but one
approach that doesn't require another tool is:

get the puppetrun facility working, or use some other mechanism, so you can
trigger client runs on demand.

use puppet to run the svn update process, then ensure that a symlink points to
the correct (typically, latest) release of your software.  puppet can
additionally take other actions if it changes that symlink.

then, to update you need to ensure that the new version is available in svn
at a new top level path, update the puppet configuration to that version, and
the rest happens by magic.

More or less.
        Daniel

-- 
✣ Daniel Pittman            ✉ dan...@rimspace.net            ☎ +61 401 155 707
               ♽ made with 100 percent post-consumer electrons

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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.

Reply via email to