Re: [Puppet-dev] Data from Hiera

2014-09-17 Thread Ben Ford
On Thu, Sep 11, 2014 at 6:18 AM, Juan Andres Ramirez wrote: > Hello, >I have data in machine.yaml : > > sitedefinition: > - website: "site.one.com" > ipadress: "192.168.0.2" > protocol: "http" > port: "80" > - website : "site.two.com" > ipadress : "192.

[Puppet-dev] Data from Hiera

2014-09-11 Thread Juan Andres Ramirez
Hello, I have data in machine.yaml : sitedefinition: - website: "site.one.com" ipadress: "192.168.0.2" protocol: "http" port: "80" - website : "site.two.com" ipadress : "192.168.0.2" protocol : "http" port : "80" Well if I try get the da