fix: change service to socket

- ensure the tftpd.socket is running, which starts the service
This commit is contained in:
Ben Vincent 2024-07-06 23:37:55 +10:00
parent 89697e85aa
commit da1402691c

View File

@ -16,7 +16,7 @@ class profiles::cobbler::service inherits profiles::cobbler::params {
} }
# ensure tftp is running # ensure tftp is running
service {'tftp': service {'tftp.socket':
ensure => 'running', ensure => 'running',
enable => true, enable => true,
require => Package['cobbler'], require => Package['cobbler'],