feat: disable cobbler cache (#256)
- this is required to resolve issues with terraform deploying cobbler settings Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/256
This commit was merged in pull request #256.
This commit is contained in:
@@ -9,6 +9,7 @@ class profiles::cobbler::params (
|
||||
String $next_server = $::facts['networking']['ip'],
|
||||
Boolean $pxe_just_once = true,
|
||||
Boolean $is_cobbler_master = false,
|
||||
Boolean $cache_enabled = false,
|
||||
Array $packages = [
|
||||
'cobbler',
|
||||
'cobbler3.2-web',
|
||||
|
||||
Reference in New Issue
Block a user