dev/provisioning/modules/datacat/TODO.md
changeset 28 b0b56e0f8c7f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dev/provisioning/modules/datacat/TODO.md	Fri Jan 15 15:35:00 2016 +0100
@@ -0,0 +1,11 @@
+# Docs
+README.md
+
+# Add the ability for datacat_fragment to load data from files on agent
+
+    # No reason why the datacat_fragment can't load it's data_from a
+    # file on the agents disk
+    datacat_fragment { "hostgroups from yaml file":
+        target => '/etc/nagios/objects/hostgroups.cfg',
+        data_from => '/etc/nagios/build/hostgroups.yaml',
+    }