Fixed continuous startup of ifstated.
This commit is contained in:
parent
14fc327b7a
commit
78362bc146
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue