diff options
| author | mail_redacted_for_web | 2026-01-24 10:37:17 +0100 |
|---|---|---|
| committer | mail_redacted_for_web | 2026-01-24 10:37:17 +0100 |
| commit | c67471029dfe3b325e18d910dbe357a8c58f51ce (patch) | |
| tree | 491df22e45d78fda8b36e61fb8120965d12595f8 /onboarding/puppet.conf.epp | |
| parent | 93ef6653d89ffed9e2d4cd3daa72f56ea0d4e7a3 (diff) | |
| download | control-repo-template-c67471029dfe3b325e18d910dbe357a8c58f51ce.tar.bz2 | |
Include hint and countdown for configuration before execution
Diffstat (limited to 'onboarding/puppet.conf.epp')
| -rw-r--r-- | onboarding/puppet.conf.epp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/onboarding/puppet.conf.epp b/onboarding/puppet.conf.epp index 0905f90..fc2bf73 100644 --- a/onboarding/puppet.conf.epp +++ b/onboarding/puppet.conf.epp @@ -10,14 +10,16 @@ # first run. -%> <% +# The server you intend to use. REQUIRED SETTING. +$my_server = 'puppet.example.com' # If you want to determine the certname manually, do it here. -# If this remains undefined or empty, facts.networking.fqdn will be used. +# If this remains undefined or empty, facts.networking.fqdn will be used +# (so default if unset: FQDN). $my_certname = '' # This should be a comma separated list of values - it's the same in # puppet.conf. puppet.conf will not bear the directive if this is empty. +# (If left empty, NO SANs will be added to the certificate even later on.) $my_dns_alt_names = '' -# The server you intend to use. Has to be set. -$my_server = 'puppet.example.com' -%> # vim:syntax=dosini # File manually created with Puppet. |
