From 5239943bed5165d7d5504b77ae31825c28595d13 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Fri, 6 Mar 2015 14:25:53 +0100 Subject: [PATCH] confirmed to work on ubuntu Signed-off-by: Steven Armstrong --- cdist/conf/type/__consul_agent/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/conf/type/__consul_agent/manifest b/cdist/conf/type/__consul_agent/manifest index c4e947bc..1489c19d 100755 --- a/cdist/conf/type/__consul_agent/manifest +++ b/cdist/conf/type/__consul_agent/manifest @@ -22,7 +22,7 @@ os=$(cat "$__global/explorer/os") case "$os" in - centos|redhat) + centos|redhat|ubuntu) # whitelist safeguard : ;;