From fae64e791f1dd87d68c712ba4cf44a09b2d545a5 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 25 Jul 2017 15:52:45 +0200 Subject: Added /etc/hosts management --- services/main.cf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'services/main.cf') diff --git a/services/main.cf b/services/main.cf index a1bea6d..2abefb9 100644 --- a/services/main.cf +++ b/services/main.cf @@ -8,8 +8,13 @@ bundle common classify { vars: - "bundles" slist => { "debian", "ubuntu" }; + "bundles" slist => { + "common", + "debian", + "ubuntu", + }; "inputs" slist => { + "services/common.cf", "services/debian.cf", "services/ubuntu.cf", }; -- cgit v1.2.3