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, 3 insertions, 7 deletions
diff --git a/services/main.cf b/services/main.cf
index 5808f31..440d6d2 100644
--- a/services/main.cf
+++ b/services/main.cf
@@ -7,6 +7,9 @@
bundle common classify
{
+ vars:
+ "bundles" slist => { "ubuntu" };
+ "inputs" slist => { "services/ubuntu.cf" };
classes:
any::
"containers" or => {
@@ -15,10 +18,3 @@ bundle common classify
};
"mail_servers" or => { "legend" };
}
-
-bundle agent hello
-{
- reports:
- any::
- "$(this.bundle): hello world";
-}