summaryrefslogtreecommitdiff
path: root/services/main.cf
diff options
context:
space:
mode:
Diffstat (limited to 'services/main.cf')
-rw-r--r--services/main.cf7
1 files changed, 6 insertions, 1 deletions
diff --git a/services/main.cf b/services/main.cf
index a1bea6d..2abefb9 100644
--- a/services/main.cf
+++ b/services/main.cf
@@ -8,8 +8,13 @@
bundle common classify
{
vars:
- "bundles" slist => { "debian", "ubuntu" };
+ "bundles" slist => {
+ "common",
+ "debian",
+ "ubuntu",
+ };
"inputs" slist => {
+ "services/common.cf",
"services/debian.cf",
"services/ubuntu.cf",
};