From 32d1c2a673b5eee4dc255ebefd880646ff2b1b37 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 8 Nov 2019 09:35:18 -0500 Subject: [PATCH] Create common.bash --- common.bash | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 common.bash diff --git a/common.bash b/common.bash new file mode 100644 index 0000000..00efbb9 --- /dev/null +++ b/common.bash @@ -0,0 +1,3 @@ +maintainer="tier" +imagename="comanage" +COMANAGE_REGISTRY_VERSION="3.2.2"