Alon Bar-Lev has uploaded a new change for review. Change subject: core: support overriding environment ......................................................................
core: support overriding environment rename conf suffix to env. Change-Id: I2c4f89abe087c8142cb664faa3846d7964a5daee Signed-off-by: Alon Bar-Lev <[email protected]> --- M src/bin/ovirt-host-deploy.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/81/13481/1 diff --git a/src/bin/ovirt-host-deploy.in b/src/bin/ovirt-host-deploy.in index 73b6f39..44bd298 100644 --- a/src/bin/ovirt-host-deploy.in +++ b/src/bin/ovirt-host-deploy.in @@ -19,7 +19,7 @@ # ENV="/etc/ovirt-host-deploy.env.d" -for f in $([ -d "${ENV}" ] && find "${ENV}" -name '*.conf' | sort); do +for f in $([ -d "${ENV}" ] && find "${ENV}" -name '*.env' | sort); do [ -r "${f}" ] && . "${f}" done -- To view, visit http://gerrit.ovirt.org/13481 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2c4f89abe087c8142cb664faa3846d7964a5daee Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
