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:
commit
d05cf628a8
@ -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'],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user