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