summaryrefslogtreecommitdiff
path: root/services/main.cf
diff options
context:
space:
mode:
Diffstat (limited to 'services/main.cf')
-rw-r--r--services/main.cf10
1 files changed, 6 insertions, 4 deletions
diff --git a/services/main.cf b/services/main.cf
index b785de9..047e4b1 100644
--- a/services/main.cf
+++ b/services/main.cf
@@ -4,14 +4,16 @@ bundle common classify
any::
"bundles" slist => {
"common",
- "debian",
- "ubuntu",
+ "distrib",
};
"inputs" slist => {
"services/common.cf",
- "services/debian.cf",
- "services/ubuntu.cf",
+ "services/$(distrib).cf",
};
+ debian::
+ "distrib" string => "debian";
+ ubuntu::
+ "distrib" string => "ubuntu";
classes:
any::
"containers" or => {