Merge "Modify tls-e service to not install packages by default"

This commit is contained in:
Zuul 2020-05-27 06:14:03 +00:00 committed by Gerrit Code Review
commit 711bcf1bb9
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ parameters:
description: Set to true to enroll the base server (computes, controllers)
type: boolean
IdMInstallClientPackages:
default: True
default: False
description: Set to True to have ansible-freeipa install ipa client packages
on the overcloud node.
type: boolean