From 42c393ca40824f7ba4ce514027eb0adf2e8219db Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 6 Jan 2015 15:35:30 +0100 Subject: [PATCH] add ubuntu support to __locale Signed-off-by: Nico Schottelius --- cdist/conf/type/__locale/manifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cdist/conf/type/__locale/manifest b/cdist/conf/type/__locale/manifest index 8384e0c6..e7230f9c 100644 --- a/cdist/conf/type/__locale/manifest +++ b/cdist/conf/type/__locale/manifest @@ -1,6 +1,6 @@ #!/bin/sh # -# 2013-2014 Nico Schottelius (nico-cdist at schottelius.org) +# 2013-2015 Nico Schottelius (nico-cdist at schottelius.org) # # This file is part of cdist. # @@ -29,7 +29,7 @@ case "$os" in # Debian needs a seperate package __package locales --state present ;; - archlinux|suse) + archlinux|suse|ubuntu) : ;; *)