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 was merged in pull request #93.
This commit is contained in:
2024-07-06 23:40:20 +10:00
+1 -1
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'],