From 2c64b9958d28f9da385e3e55509ab343b8f71f2c Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 3 Aug 2018 16:56:20 -0400 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..5b0a486 --- /dev/null +++ b/common.bash @@ -0,0 +1,3 @@ +maintainer="tier" +imagename="comanage" +COMANAGE_REGISTRY_VERSION="3.1.1"