From 4ffde06fe88377e0aa36bacbcb40405f0f2081bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=BCrlimann?= Date: Wed, 13 May 2015 13:44:55 +0200 Subject: [PATCH] Added centos to type __locale --- cdist/conf/type/__locale/manifest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cdist/conf/type/__locale/manifest b/cdist/conf/type/__locale/manifest index e7230f9c..0e279630 100644 --- a/cdist/conf/type/__locale/manifest +++ b/cdist/conf/type/__locale/manifest @@ -1,6 +1,7 @@ #!/bin/sh # # 2013-2015 Nico Schottelius (nico-cdist at schottelius.org) +# 2015 David Hürlimann (david at ungleich.ch) # # This file is part of cdist. # @@ -29,7 +30,7 @@ case "$os" in # Debian needs a seperate package __package locales --state present ;; - archlinux|suse|ubuntu) + archlinux|suse|ubuntu|centos) : ;; *)