Added centos to type __locale

This commit is contained in:
David Hürlimann 2015-05-13 13:44:55 +02:00
parent 2ea6d41c38
commit 4ffde06fe8
1 changed files with 2 additions and 1 deletions

View File

@ -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)
:
;;
*)