Fixed tftp start during boot on OpenBSD 5.2.
This commit is contained in:
parent
b1254c8ced
commit
89b545d129
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class tftp::server {
|
||||||
require => File["/tftpboot"],
|
require => File["/tftpboot"],
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
service { "tftp":
|
service { "tftpd":
|
||||||
ensure => running,
|
ensure => running,
|
||||||
hasstatus => true,
|
hasstatus => true,
|
||||||
enable => true,
|
enable => true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue