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

Shaun

-- 
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/498ca6b7-b3e5-4776-8c76-aac6f93cb678%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to