From 249455f34719f272afe3d9a54a4429cfc9b8ac87 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 17 Aug 2014 12:03:46 +0200 Subject: [PATCH 1/3] also support archlinux in __locale Signed-off-by: Nico Schottelius --- cdist/conf/type/__locale/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/conf/type/__locale/manifest b/cdist/conf/type/__locale/manifest index ac953662..8384e0c6 100644 --- a/cdist/conf/type/__locale/manifest +++ b/cdist/conf/type/__locale/manifest @@ -29,7 +29,7 @@ case "$os" in # Debian needs a seperate package __package locales --state present ;; - suse) + archlinux|suse) : ;; *) From 5751a37c3e40ff2d326dd1d20bed3d40e2b6e6b8 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 17 Aug 2014 12:49:09 +0200 Subject: [PATCH 2/3] ++changes Signed-off-by: Nico Schottelius --- docs/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog b/docs/changelog index 4a89165b..12783ea6 100644 --- a/docs/changelog +++ b/docs/changelog @@ -5,11 +5,12 @@ Changelog * Exception: No braces means author == Nico Schottelius -3.1.6: +3.1.6: 2014-08-17 * New Type: __ssh_dot_ssh * Type __package_yum: Support retrieving package via URL * Type __hostname: Support SuSE and have CentOS use sysconfig value * Type __locale: Support SuSE + * Type __locale: Support Archlinux * Type __timezone: Support SuSE * Type __file: Support MacOS X (Manuel Hutter) * Type __iptables_apply: Add "reset" to init.d script of iptables From eb20e10601edd88b046f9a2d7d05d707a9759775 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 18 Aug 2014 21:30:13 +0200 Subject: [PATCH 3/3] update changelog / release date Signed-off-by: Nico Schottelius --- docs/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog b/docs/changelog index 12783ea6..e54da541 100644 --- a/docs/changelog +++ b/docs/changelog @@ -5,7 +5,7 @@ Changelog * Exception: No braces means author == Nico Schottelius -3.1.6: 2014-08-17 +3.1.6: 2014-08-18 * New Type: __ssh_dot_ssh * Type __package_yum: Support retrieving package via URL * Type __hostname: Support SuSE and have CentOS use sysconfig value