From d6dc55b209856ada4283c4f0f2b549f5b54bc490 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 27 Jul 2017 14:28:11 +0200 Subject: Coding style --- services/main.cf | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) (limited to 'services') diff --git a/services/main.cf b/services/main.cf index 2abefb9..b785de9 100644 --- a/services/main.cf +++ b/services/main.cf @@ -1,23 +1,17 @@ -############################################################################### -# -# bundle agent main -# - User/Site policy entry -# -############################################################################### - bundle common classify { vars: - "bundles" slist => { - "common", - "debian", - "ubuntu", - }; - "inputs" slist => { - "services/common.cf", - "services/debian.cf", - "services/ubuntu.cf", - }; + any:: + "bundles" slist => { + "common", + "debian", + "ubuntu", + }; + "inputs" slist => { + "services/common.cf", + "services/debian.cf", + "services/ubuntu.cf", + }; classes: any:: "containers" or => { -- cgit v1.2.3