diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-09-12 11:46:15 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-09-30 04:32:08 +0000 |
commit | d2af1b887ae92837c501be3df9b18d9e0c9694ef (patch) | |
tree | 2009379cb808e8675a058f5f1af027f4fc01d5d4 /puppet | |
parent | 9bf37e06b53a1f621eb4fee314a57d2d4a17c644 (diff) |
Add flag for internal TLS
This sets up a flag that tells the profiles to use TLS (this will happen
in the internal network).
bp tls-via-certmonger
Change-Id: If47febb5b38b1c65f60f9de87a34cb31936a7c0d
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/all-nodes-config.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/all-nodes-config.yaml b/puppet/all-nodes-config.yaml index 89f2705e..48f37893 100644 --- a/puppet/all-nodes-config.yaml +++ b/puppet/all-nodes-config.yaml @@ -62,6 +62,9 @@ parameters: CertmongerCA: type: string default: 'IPA' + EnableInternalTLS: + type: boolean + default: false resources: @@ -218,6 +221,7 @@ resources: cloud_name_ctlplane: {get_param: cloud_name_ctlplane} # TLS parameters certmonger_ca: {get_param: CertmongerCA} + enable_internal_tls: {get_param: EnableInternalTLS} outputs: config_id: |