Merge remote-tracking branch 'telmich/master'

This commit is contained in:
Steven Armstrong 2014-08-20 13:03:35 +02:00
commit a956583169
2 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,7 @@ case "$os" in
# Debian needs a seperate package # Debian needs a seperate package
__package locales --state present __package locales --state present
;; ;;
suse) archlinux|suse)
: :
;; ;;
*) *)

View File

@ -5,11 +5,12 @@ Changelog
* Exception: No braces means author == Nico Schottelius * Exception: No braces means author == Nico Schottelius
3.1.6: 3.1.6: 2014-08-18
* New Type: __ssh_dot_ssh * New Type: __ssh_dot_ssh
* Type __package_yum: Support retrieving package via URL * Type __package_yum: Support retrieving package via URL
* Type __hostname: Support SuSE and have CentOS use sysconfig value * Type __hostname: Support SuSE and have CentOS use sysconfig value
* Type __locale: Support SuSE * Type __locale: Support SuSE
* Type __locale: Support Archlinux
* Type __timezone: Support SuSE * Type __timezone: Support SuSE
* Type __file: Support MacOS X (Manuel Hutter) * Type __file: Support MacOS X (Manuel Hutter)
* Type __iptables_apply: Add "reset" to init.d script of iptables * Type __iptables_apply: Add "reset" to init.d script of iptables