summaryrefslogtreecommitdiff
path: root/cfengine/core_policies.cf
diff options
context:
space:
mode:
Diffstat (limited to 'cfengine/core_policies.cf')
-rw-r--r--cfengine/core_policies.cf7
1 files changed, 7 insertions, 0 deletions
diff --git a/cfengine/core_policies.cf b/cfengine/core_policies.cf
new file mode 100644
index 0000000..b919b59
--- /dev/null
+++ b/cfengine/core_policies.cf
@@ -0,0 +1,7 @@
+bundle common core_policies
+{
+ vars:
+ any::
+ "bundles" slist => { "cfengine_watchdog" };
+ "inputs" slist => { "cfengine/watchdog.cf" };
+}