commit | fe87e3159d7bf9af1ac3c944441ef8139be929d6 | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Tue Apr 24 18:19:48 2018 -0400 |
committer | Carlos Frias <friasc@google.com> | Tue Apr 24 18:19:48 2018 -0400 |
tree | 8c9a6fdbc9b21f3f7136d1baba7b4ebbca964f50 | |
parent | a661ecfd719fdcf208813764c06631b43a097a8a [diff] |
updated validate template so we no longer require pexpect
diff --git a/templates/apigee-validate-r-mp.conf.j2 b/templates/apigee-validate-r-mp.conf.j2 index 810fe3f..66fb413 100644 --- a/templates/apigee-validate-r-mp.conf.j2 +++ b/templates/apigee-validate-r-mp.conf.j2
@@ -38,3 +38,4 @@ {% else %} HOST_ALIAS=Neither a dc-1 or dc-2 inventory group was defined {% endif %} +YES="{{ confirm_delete_org | default('y')}}"
diff --git a/templates/apigee-validate-rmp.conf.j2 b/templates/apigee-validate-rmp.conf.j2 index fe3c44f..e66d713 100644 --- a/templates/apigee-validate-rmp.conf.j2 +++ b/templates/apigee-validate-rmp.conf.j2
@@ -38,3 +38,4 @@ {% else %} HOST_ALIAS=Neither a dc-1 or dc-2 inventory group was defined {% endif %} +YES="{{ confirm_delete_org | default('y')}}"