From dbc1be6b24b5819c5237f83cc00d81bc95398edc Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 5 Mar 2017 19:20:21 +0000 Subject: Added basic ubuntu promises --- services/main.cf | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'services/main.cf') 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"; -} -- cgit v1.2.3