Merge pull request 'fix: change service to socket' (#93) from neoloc/cobbler_socket into develop

Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/93
This commit is contained in:
Ben Vincent 2024-07-06 23:40:20 +10:00
commit d05cf628a8

View File

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