author | ymh <ymh.work@gmail.com> |
Fri, 15 Jan 2016 15:35:00 +0100 | |
changeset 28 | b0b56e0f8c7f |
permissions | -rw-r--r-- |
28 | 1 |
# Docs |
2 |
README.md |
|
3 |
||
4 |
# Add the ability for datacat_fragment to load data from files on agent |
|
5 |
||
6 |
# No reason why the datacat_fragment can't load it's data_from a |
|
7 |
# file on the agents disk |
|
8 |
datacat_fragment { "hostgroups from yaml file": |
|
9 |
target => '/etc/nagios/objects/hostgroups.cfg', |
|
10 |
data_from => '/etc/nagios/build/hostgroups.yaml', |
|
11 |
} |