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:
2025-04-24 21:18:59 +10:00
parent 2321186ad5
commit bc5bd11f5e
3 changed files with 3 additions and 1 deletions
@@ -59,7 +59,7 @@ build_reporting_ignorelist: []
# use cases like writing out large numbers of records. There is a known issue with cache and remote XMLRPC API calls.
# If you will use Cobbler with config management or infrastructure-as-code tools such as Terraform, it is recommended
# to disable by setting to false.
cache_enabled: true
cache_enabled: <%= @cache_enabled %>
# Cheetah-language autoinstall templates can import Python modules. While this is a useful feature, it is not safe to
# allow them to import anything they want. This whitelists which modules can be imported through Cheetah. Users can