Merge pull request #399 from thekleine/bugfix/type__locale

Added centos to type __locale
This commit is contained in:
Nico Schottelius 2015-05-13 13:52:09 +02:00
commit 330cb95ae9
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh #!/bin/sh
# #
# 2013-2015 Nico Schottelius (nico-cdist at schottelius.org) # 2013-2015 Nico Schottelius (nico-cdist at schottelius.org)
# 2015 David Hürlimann (david at ungleich.ch)
# #
# This file is part of cdist. # This file is part of cdist.
# #
@ -29,7 +30,7 @@ case "$os" in
# Debian needs a seperate package # Debian needs a seperate package
__package locales --state present __package locales --state present
;; ;;
archlinux|suse|ubuntu) archlinux|suse|ubuntu|centos)
: :
;; ;;
*) *)