From 5239846956644f27d1619ce43b742034925d3ebc Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 25 Aug 2017 17:21:05 +0200 Subject: Changed policies organisation to use methods --- services/main.cf | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'services/main.cf') diff --git a/services/main.cf b/services/main.cf index 3bde9b0..e6d7642 100644 --- a/services/main.cf +++ b/services/main.cf @@ -4,26 +4,18 @@ bundle common classify any:: "bundles" slist => { "common", + "os", + "julien", "bareos_fd", "check_mk", - "flavour", - "julien", "sshd", }; "inputs" slist => { "services/common.cf", - "services/$(flavour).cf", - "services/bareos_fd.cf", - "services/check_mk.cf", + "services/applications.cf", + "services/os.cf", "services/julien.cf", - "services/sshd.cf", }; - debian:: - "flavour" string => "debian"; - freebsd:: - "flavour" string => "freebsd"; - ubuntu:: - "flavour" string => "ubuntu"; classes: any:: "containers" or => { -- cgit v1.2.3