]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
now
authorPeter Palfrader <peter@palfrader.org>
Sun, 28 Feb 2010 20:11:53 +0000 (21:11 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 28 Feb 2010 20:11:53 +0000 (21:11 +0100)
modules/raidmpt/manifests/init.pp

index 7c3ae647bb05a080e092167765bd9872fd82805a..532c35d5b4d9bf360597cc1c3d2561ca94b28825 100644 (file)
@@ -11,7 +11,7 @@ class raidmpt {
     }
     exec {
         "mpt-statusd-stop":
-            command: 'pidfile=/var/run/mpt-statusd.pid; ! [ -e "$pidfile" ] || /sbin/start-stop-daemon --oknodo --stop --quiet --pidfile "$pidfile"; rm -f "$pidfile"'
+            command => 'pidfile=/var/run/mpt-statusd.pid; ! [ -e "$pidfile" ] || /sbin/start-stop-daemon --oknodo --stop --quiet --pidfile "$pidfile"; rm -f "$pidfile"'
             refreshonly => true,
             ;
     }