Fixed status check from tftp daemon on ubuntu/debian systems.
This commit is contained in:
parent
c0d58fb318
commit
9cf570fe13
1 changed files with 4 additions and 2 deletions
|
@ -77,7 +77,9 @@ class tftp::server {
|
|||
debian,ubuntu: {
|
||||
service { "tftpd-hpa":
|
||||
ensure => running,
|
||||
hasstatus => true,
|
||||
enable => true,
|
||||
require => Package["tftp-server"],
|
||||
}
|
||||
}
|
||||
default: {
|
||||
|
|
Loading…
Add table
Reference in a new issue