Re: [Puppet Users] Does Puppet restart a failed service by default?

2014-10-30 Thread jcbollinger
On Wednesday, October 29, 2014 3:31:35 PM UTC-5, Josh Holland wrote: On Wed, 29 Oct 2014, at 08:24 PM, shaunington wrote: My question is: If sshd dies will the puppet agent (v2.7.x) restart sshd the next time it runs on the client? Yes. More verbosely, this bit service { 'sshd':

[Puppet Users] Does Puppet restart a failed service by default?

2014-10-29 Thread shaunington
Hi, Here is a V simple class: class ssh { package { 'openssh-server': ensure = installed, } service { 'sshd': enabled = true, ensure = running, } } My question is: If sshd dies will the puppet agent (v2.7.x) restart sshd the next time it runs on the client? TIA

Re: [Puppet Users] Does Puppet restart a failed service by default?

2014-10-29 Thread Josh Holland
On Wed, 29 Oct 2014, at 08:24 PM, shaunington wrote: My question is: If sshd dies will the puppet agent (v2.7.x) restart sshd the next time it runs on the client? Yes. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this