--
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/0788d35c-b315-4ae9-aca5-8018427abe87%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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/e811237c-edfc-4eb3-b19a-af4f6e182f8b%40googlegroups.com.
That would be great. My first attempt didn't seem to work. Even some example output defining the roles etc, would be great from the script. I must be doing something wrong.
Cheers
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAF-H%3DO%3DfKbZcWyxwxSQwPX_YdwUi%2BuT9RLrUchOK0x2CuaA8ug%40mail.gmail.com.
I have taken to using hiera as my ENC these days.
My site.pp is basically
hiera_Include(role)
And each nide as a role variable set in my certname.yaml file.
Hiera basically does the same as most ENCs anyway and it's nice having roles and node data in one location.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAF-H%3DO%3DfKbZcWyxwxSQwPX_YdwUi%2BuT9RLrUchOK0x2CuaA8ug%40mail.gmail.com.
On 27 Jul 2014 16:42, "Pete Brown" <rendh...@gmail.com> wrote:
>
> I have taken to using hiera as my ENC these days.
>
> My site.pp is basically
> hiera_Include(role)
> And each nide as a role variable set in my certname.yaml file.
Dammit.
Each node has a role variable.