From 194e89c9506af7c3a974d7d23c8fb3cd12436792 Mon Sep 17 00:00:00 2001 From: Quirin Pamp Date: Wed, 22 Nov 2023 12:07:26 +0100 Subject: [PATCH] Declare cli.toml files as managed via Puppet --- templates/cli-config.toml.epp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/cli-config.toml.epp b/templates/cli-config.toml.epp index d81b69ed..d5acf4f6 100644 --- a/templates/cli-config.toml.epp +++ b/templates/cli-config.toml.epp @@ -8,6 +8,9 @@ Optional[Boolean] $verify_ssl = undef, Optional[Boolean] $dry_run = undef, | -%> +# This file was written by puppet-pulpcore. +# Check the value of pulpcore::manage_root_config in /etc/foreman-installer/custom-hiera.yaml +# to check if future foreman-installer runs will overwrite any manual edits. [cli] <% if $base_url { -%> base_url = "<%= $base_url %>"