From c67471029dfe3b325e18d910dbe357a8c58f51ce Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Sat, 24 Jan 2026 10:37:17 +0100 Subject: Include hint and countdown for configuration before execution --- onboarding/puppet.conf.epp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'onboarding/puppet.conf.epp') 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. -- cgit v1.2.3