ifstated: Add full path to ifstated binary and remove unneeded start command.
This commit is contained in:
parent
4f9af8deb6
commit
7705931638
1 changed files with 1 additions and 2 deletions
|
@ -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",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue