add ubuntu support to __locale

Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
remotes/origin/random_dot_cdist
Nico Schottelius 10 years ago
parent 8b045da7a9
commit 42c393ca40
  1. 4
      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)
:
;;
*)

Loading…
Cancel
Save