There's a couple of issues with that, see
http://stackoverflow.com/questions/24301360/puppet-external-facter-json-array-iteration-inside-puppet-template
Does this facilitate cross posting already? ;/
On 06/19/2014 09:50 AM, Malintha Adikari wrote:
>
>
>
> I am sending data from puppet ag
I am sending data from puppet agent to master node using external facts.
Here I use json array in my facters/facts.d/myData.json file.
"employees":[
{"firstName":"John", "lastName":"Doe"},
{"firstName":"Anna", "lastName":"Smith"},
{"firstName":"Peter", "lastName":"Jones"}
]
In master s