summaryrefslogtreecommitdiffstats
path: root/remote/modules/cups
diff options
context:
space:
mode:
authorMichael Pereira Neves2014-05-29 22:40:06 +0200
committerMichael Pereira Neves2014-05-29 22:40:06 +0200
commit4f44c327eae14c1f9e43417bd39c9ceb10f7f25e (patch)
tree448f8044e7f94f387e640a12cd882dc5eb5c6d95 /remote/modules/cups
parent[curitiba] some config changes (diff)
parent[cups] added 'gs' to REQUIRED_BINARIES (diff)
downloadtm-scripts-4f44c327eae14c1f9e43417bd39c9ceb10f7f25e.tar.gz
tm-scripts-4f44c327eae14c1f9e43417bd39c9ceb10f7f25e.tar.xz
tm-scripts-4f44c327eae14c1f9e43417bd39c9ceb10f7f25e.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/cups')
-rw-r--r--remote/modules/cups/module.conf1
-rw-r--r--remote/modules/cups/module.conf.ubuntu.14.044
2 files changed, 5 insertions, 0 deletions
diff --git a/remote/modules/cups/module.conf b/remote/modules/cups/module.conf
index 586e0d12..2b904358 100644
--- a/remote/modules/cups/module.conf
+++ b/remote/modules/cups/module.conf
@@ -1,6 +1,7 @@
REQUIRED_BINARIES="
cupsd
foomatic-rip
+ gs
"
REQUIRED_DIRECTORIES="
/usr/lib/cups/
diff --git a/remote/modules/cups/module.conf.ubuntu.14.04 b/remote/modules/cups/module.conf.ubuntu.14.04
index a46e5d3d..23dcf226 100644
--- a/remote/modules/cups/module.conf.ubuntu.14.04
+++ b/remote/modules/cups/module.conf.ubuntu.14.04
@@ -3,10 +3,14 @@ REQUIRED_INSTALLED_PACKAGES="
cups-daemon
cups-filters
cups-core-drivers
+ cups-filters-core-drivers
+ ghostscript
"
REQUIRED_CONTENT_PACKAGES="
cups
cups-daemon
cups-filters
cups-core-drivers
+ cups-filters-core-drivers
+ ghostscript
"