Hi

I want to manage an INI file with an undefined number of key/value records.
I wish to add each var/value recording in a single file (manage by augeas) 
for each project, but I don't know how to make calls or pass the data to 
create_resources.
Don't want to have a hash for each var/value, too boring to manage.

So here's the Hiera file I write :
---
my_variables:
  my_project1:
    var1:value1
    var2:value2
  my_project2:
    var1:value1
    var2:value2


Any idea ?

Thanks.

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/bc1abebf-2a92-41f6-9c4d-3f052c16edec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to