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