From 752da635487918311863faed8c1a5a9ea190a6c0 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 30 Apr 2018 16:57:00 -0400 Subject: [PATCH] Create common.bash --- common.bash | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 common.bash diff --git a/common.bash b/common.bash new file mode 100644 index 0000000..a8c5bcc --- /dev/null +++ b/common.bash @@ -0,0 +1,2 @@ +maintainer="tier" +imagename="rabbitmq"