--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/e069d96d-7ec4-4bb2-bd68-76143609596b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
$ cat data/customers.yaml
---
### customers
customers:
client1:
code: 'c1'
name: 'client1'
pre : 'yes'
pro: 'yes'
dom_pro: 'www.client1.com'
dom_pre: 'www.pre.client1.com'
http_pro: 'no'
https_pro: 'no'
http_pre: 'no'
https_pre: 'no'
descripcion: 'Description Client 1'
cuota: '2.0TB'
client2:
code: 'c2'
name: 'client2'
pre : 'yes'
pro: 'yes'
dom_pro: 'www.client2.com'
dom_pre: 'www.pre.client2.com'
http_pro: 'no'
https_pro: 'no'
http_pre: 'no'
https_pre: 'no'
descripcion: 'Description Client 2'
cuota: '2.0TB'
$ cat data/client1.yaml
---
### customers
customers:
client1:
code: 'c1'
name: 'client1'
pre : 'yes'
pro: 'yes'
dom_pro: 'www.client1.com'
dom_pre: 'www.pre.client1.com'
http_pro: 'no'
https_pro: 'no'
http_pre: 'no'
https_pre: 'no'
descripcion: 'Description Clie 1'
cuota: '2.0TB'
$ cat data/client2.yaml
---
### customers
customers:
client2:
code: 'c2'
name: 'client2'
pre : 'yes'
pro: 'yes'
dom_pro: 'www.client2.com'
dom_pre: 'www.pre.client2.com'
http_pro: 'no'
https_pro: 'no'
http_pre: 'no'
https_pre: 'no'
descripcion: 'Description Clie 1'
cuota: '2.0TB'