ifstated: Add full path to ifstated binary and remove unneeded start command.

This commit is contained in:
Timo Makinen 2015-11-25 17:04:17 +02:00
parent 4f9af8deb6
commit 7705931638

View file

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