From 0f98040ad720b498df612979225e5cd55b479078 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 20 Dec 2013 18:23:08 +0100 Subject: [cups] move 'cups-daemon' req to cups.conf.ubuntu.13 as its not there for ubuntu 12.x --- remote/modules/cups/cups.conf.ubuntu | 2 -- remote/modules/cups/cups.conf.ubuntu.13 | 10 ++++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 remote/modules/cups/cups.conf.ubuntu.13 (limited to 'remote/modules') diff --git a/remote/modules/cups/cups.conf.ubuntu b/remote/modules/cups/cups.conf.ubuntu index ff5a23d7..da50d242 100644 --- a/remote/modules/cups/cups.conf.ubuntu +++ b/remote/modules/cups/cups.conf.ubuntu @@ -1,10 +1,8 @@ REQUIRED_INSTALLED_PACKAGES=" cups - cups-daemon ghostscript-cups " REQUIRED_CONTENT_PACKAGES=" cups - cups-daemon ghostscript-cups " diff --git a/remote/modules/cups/cups.conf.ubuntu.13 b/remote/modules/cups/cups.conf.ubuntu.13 new file mode 100644 index 00000000..ff5a23d7 --- /dev/null +++ b/remote/modules/cups/cups.conf.ubuntu.13 @@ -0,0 +1,10 @@ +REQUIRED_INSTALLED_PACKAGES=" + cups + cups-daemon + ghostscript-cups +" +REQUIRED_CONTENT_PACKAGES=" + cups + cups-daemon + ghostscript-cups +" -- cgit v1.2.3-55-g7522 From 2a4e96bf9194c35bb9dd69f77225941de8d06696 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 20 Dec 2013 18:27:29 +0100 Subject: [german] no caps in packages names... (fixes german module for ubutnu 12) --- remote/modules/german/german.conf.ubuntu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'remote/modules') diff --git a/remote/modules/german/german.conf.ubuntu b/remote/modules/german/german.conf.ubuntu index 4c7cb62d..aee3c64b 100644 --- a/remote/modules/german/german.conf.ubuntu +++ b/remote/modules/german/german.conf.ubuntu @@ -1,9 +1,9 @@ REQUIRED_INSTALLED_PACKAGES=" - libX11-data + libx11-data language-pack-de " REQUIRED_CONTENT_PACKAGES=" - libX11-data + libx11-data " REQUIRED_DIRECTORIES+=" /usr/lib/locale/de_DE.utf8 -- cgit v1.2.3-55-g7522