From 2f8d8f69e10858fb3c1ac99ba7eda38ec13e7774 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 5 Mar 2017 18:34:35 +0000 Subject: Added cfengine_stdlib submodule --- promises.cf | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'promises.cf') diff --git a/promises.cf b/promises.cf index 24a989c..89d0369 100644 --- a/promises.cf +++ b/promises.cf @@ -3,11 +3,13 @@ body common control any:: bundlesequence => { cfengine_controls, + cfengine_stdlib, classify, hello, }; inputs => { @(cfengine_controls.inputs), + @(cfengine_stdlib.inputs), "services/main.cf", }; } @@ -27,3 +29,13 @@ bundle common cfengine_controls "DEBUG $(this.bundle)"; "$(const.t)defining inputs='$(inputs)'"; } + +bundle common cfengine_stdlib +{ + vars: + any:: + "inputs" slist => { "$(sys.local_libdir)/stdlib.cf" }; + reports: + DEBUG|DEBUG_cfengine_stdlib:: + "$(const.t): defining inputs='$(inputs)'"; +} -- cgit v1.2.3