diff options
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. |
