changeset 46:cd79745f0236 puppet-3.6

Don't specify how to restart SSHD so that Puppet does its default thing (and works)
author IBBoard <dev@ibboard.co.uk>
date Sat, 27 Jun 2015 19:10:52 +0100
parents 175d4f9cd747
children a82c271fb26a
files modules/ssh/manifests/init.pp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/modules/ssh/manifests/init.pp	Sun Jun 07 20:47:31 2015 +0100
+++ b/modules/ssh/manifests/init.pp	Sat Jun 27 19:10:52 2015 +0100
@@ -134,7 +134,7 @@
         name => "sshd",
         hasrestart => true,
         hasstatus => true,
-        restart => "/etc/init.d/sshd restart",
-        status => "/etc/init.d/sshd status"
+#        restart => "/etc/init.d/sshd restart",
+#        status => "/etc/init.d/sshd status"
     }
 }