Re: [Puppet Users] Is anyone using Puppet for RHEL Patch management ?

2014-06-12 Thread Brian Mathis
Package updates to RHEL systems do not touch config files if they have been
changed, so it's rare that a simple update would cause any configuration to
become invalid (of course, anything is possible).  And you tested updates
and their possible config changes before deployment, right?


❧ Brian Mathis
@orev


On Thu, Jun 12, 2014 at 4:19 AM, Tim Connors 
wrote:

>
> Which means you're running with an invalid config for up to 30 minutes
> before your services are restarted back with your desired config?
>
> On Wed, 11 Dec 2013, Dan White wrote:
>
> > I am using Puppet on RHEL systems.
> >
> > I do not use Puppet to patch the servers. I use Red Hat Network and yum
> update. Puppet then fixes config changes that package updates break.
> >
> >
> > "Sometimes I think the surest sign that intelligent life exists
> elsewhere in the universe is that none of it has tried to contact us."
> > Bill Waterson (Calvin & Hobbes)
> >
> > - Original Message -
> > From: "Unix SA" 
> > To: puppet-users@googlegroups.com
> > Sent: Wednesday, December 11, 2013 11:15:19 AM
> > Subject: [Puppet Users] Is anyone using Puppet for RHEL Patch management
> ?
> >
> >
> > Hello Guys,
> >
> >
> > want to know if anyone is using puppet to apply patches to RedHat
> systems ? i would like to understand architecture of it .. how do you guys
> use it to get patches from RedHat, how do you test and deploy it on prod
> servers ?
> >
> >
> > Regards,
> > DJ
> >
> >
>
> --
> Tim Connors
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/alpine.DEB.2.02.1406121818570.19118%40dirac.rather.puzzling.org
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CALKwpExn_Qv0vEMJ4CsQkit%2BvHU1A5fyD5ujpDKsz-Lx3ZK%2BiA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Puppet Users] Is anyone using Puppet for RHEL Patch management ?

2014-06-12 Thread Tim Connors

Which means you're running with an invalid config for up to 30 minutes
before your services are restarted back with your desired config?

On Wed, 11 Dec 2013, Dan White wrote:

> I am using Puppet on RHEL systems.
>
> I do not use Puppet to patch the servers. I use Red Hat Network and yum 
> update. Puppet then fixes config changes that package updates break.
>
>
> "Sometimes I think the surest sign that intelligent life exists elsewhere in 
> the universe is that none of it has tried to contact us."
> Bill Waterson (Calvin & Hobbes)
>
> - Original Message -
> From: "Unix SA" 
> To: puppet-users@googlegroups.com
> Sent: Wednesday, December 11, 2013 11:15:19 AM
> Subject: [Puppet Users] Is anyone using Puppet for RHEL Patch management ?
>
>
> Hello Guys,
>
>
> want to know if anyone is using puppet to apply patches to RedHat systems ? i 
> would like to understand architecture of it .. how do you guys use it to get 
> patches from RedHat, how do you test and deploy it on prod servers ?
>
>
> Regards,
> DJ
>
>

-- 
Tim Connors

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/alpine.DEB.2.02.1406121818570.19118%40dirac.rather.puzzling.org.
For more options, visit https://groups.google.com/d/optout.


Re: [Puppet Users] Is anyone using Puppet for RHEL Patch management ?

2013-12-11 Thread Jerald Sheets
Same here... local Yum repo, no external repo, keeping up to date by
executing a "yum update" via exec

---
Jerald M. Sheets jr.



On Wed, Dec 11, 2013 at 11:52 AM, Pack, Scott  wrote:

> I’ve found the best way is that instead of using Puppet to perform the
> updates you develop your own update system and use Puppet to manage it. At
> the risk of shameless self-promotion, and to save time typing here, I’ve
> already written this up at: http://serverfault.com/a/411060/3356
>
> Scott
>
> On Dec 11, 2013, at 11:15 AM, Unix SA  wrote:
>
> > Hello Guys,
> >
> > want to know if anyone is using puppet to apply patches to RedHat
> systems ? i would like to understand architecture of it .. how do you guys
> use it to get patches from RedHat, how do you test and deploy it on prod
> servers ?
> >
> > Regards,
> > DJ
> >
> > --
> > 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+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/CACDG_KdikGuHmOiUffJdzStbCRXf8k7uFm83o2tBhBpR8LLzqA%40mail.gmail.com
> .
> > For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAAE6QHzjY5vvZzbCGWFxsOk4hrzbccYx-5bo3a7kpcgmnuxn3w%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Puppet Users] Is anyone using Puppet for RHEL Patch management ?

2013-12-11 Thread Pack, Scott
I’ve found the best way is that instead of using Puppet to perform the updates 
you develop your own update system and use Puppet to manage it. At the risk of 
shameless self-promotion, and to save time typing here, I’ve already written 
this up at: http://serverfault.com/a/411060/3356

Scott 

On Dec 11, 2013, at 11:15 AM, Unix SA  wrote:

> Hello Guys,
> 
> want to know if anyone is using puppet to apply patches to RedHat systems ? i 
> would like to understand architecture of it .. how do you guys use it to get 
> patches from RedHat, how do you test and deploy it on prod servers ?
> 
> Regards,
> DJ
> 
> -- 
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/puppet-users/CACDG_KdikGuHmOiUffJdzStbCRXf8k7uFm83o2tBhBpR8LLzqA%40mail.gmail.com.
> For more options, visit https://groups.google.com/groups/opt_out.



smime.p7s
Description: S/MIME cryptographic signature


Re: [Puppet Users] Is anyone using Puppet for RHEL Patch management ?

2013-12-11 Thread Dan White
I am using Puppet on RHEL systems. 

I do not use Puppet to patch the servers. I use Red Hat Network and yum update. 
Puppet then fixes config changes that package updates break. 


“Sometimes I think the surest sign that intelligent life exists elsewhere in 
the universe is that none of it has tried to contact us.” 
Bill Waterson (Calvin & Hobbes) 

- Original Message -
From: "Unix SA"  
To: puppet-users@googlegroups.com 
Sent: Wednesday, December 11, 2013 11:15:19 AM 
Subject: [Puppet Users] Is anyone using Puppet for RHEL Patch management ? 


Hello Guys, 


want to know if anyone is using puppet to apply patches to RedHat systems ? i 
would like to understand architecture of it .. how do you guys use it to get 
patches from RedHat, how do you test and deploy it on prod servers ? 


Regards, 
DJ 

-- 
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+unsubscr...@googlegroups.com. 
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CACDG_KdikGuHmOiUffJdzStbCRXf8k7uFm83o2tBhBpR8LLzqA%40mail.gmail.com
 . 
For more options, visit https://groups.google.com/groups/opt_out . 

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/1854468069.4973296.1386778971006.JavaMail.root%40sz0126a.westchester.pa.mail.comcast.net.
For more options, visit https://groups.google.com/groups/opt_out.


[Puppet Users] Is anyone using Puppet for RHEL Patch management ?

2013-12-11 Thread Unix SA
Hello Guys,

want to know if anyone is using puppet to apply patches to RedHat systems ?
i would like to understand architecture of it .. how do you guys use it to
get patches from RedHat, how do you test and deploy it on prod servers ?

Regards,
DJ

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CACDG_KdikGuHmOiUffJdzStbCRXf8k7uFm83o2tBhBpR8LLzqA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.