summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/modules/cups/module.conf.ubuntu.1719
1 files changed, 19 insertions, 0 deletions
diff --git a/core/modules/cups/module.conf.ubuntu.17 b/core/modules/cups/module.conf.ubuntu.17
new file mode 100644
index 00000000..d019d8c3
--- /dev/null
+++ b/core/modules/cups/module.conf.ubuntu.17
@@ -0,0 +1,19 @@
+#!/bin/bash
+REQUIRED_INSTALLED_PACKAGES="
+ cups
+ cups-daemon
+ cups-filters
+ cups-core-drivers
+ cups-filters-core-drivers
+ ghostscript
+ libgs9-common
+"
+REQUIRED_CONTENT_PACKAGES="
+ cups
+ cups-daemon
+ cups-filters
+ cups-core-drivers
+ cups-filters-core-drivers
+ ghostscript
+ libgs9-common
+"