Fixed continuous startup of ifstated.

This commit is contained in:
Timo Mkinen 2009-10-06 08:40:28 +03:00
parent 14fc327b7a
commit 78362bc146

View file

@ -17,7 +17,7 @@ class ifstated {
service { "ifstated": service { "ifstated":
ensure => running, ensure => running,
enable => true, enable => true,
binary => "/usr/sbin/ifstated", binary => "ifstated",
start => "/usr/sbin/ifstated", start => "/usr/sbin/ifstated",
} }