Re: [Puppet Users] Possible to get just the keys out of a hiera hash?

2014-03-05 Thread Kenton Brede
Works great! -- Thanks.


On Wed, Mar 5, 2014 at 10:03 AM, Robin Bowes  wrote:

> Have a look in stdlib for the keys function.
>
> R.
>
>
> On 5 March 2014 15:56, Kenton Brede  wrote:
>
>> So in hiera I've got:
>>
>> users_common:
>> user1:
>> ensure: present
>> home: /home/user1
>> managehome: true
>> user2:
>> ensure: present
>> home: /home/user2
>> managehome: true
>>
>> I'm using "users_common" with a create_resources in one class but I'd
>> like to just pull out "user1, user2" into an array from "users_common" for
>> a different class.
>>
>> Is this possible?
>>
>> Something like:
>>
>> $users_c = hiera('users_common')
>> $users = "${users_c['keys']}"
>> notify { "${users}": }
>>
>> Thanks,
>>
>> --
>> Kent
>>
>>
>>
>>  --
>> 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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/puppet-users/CA%2BnSE3-yW2XYU5V7-hwKkuydGpAnHcW7bJW6XUwmMhpon%2BjDiA%40mail.gmail.com
>> .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>  --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/CAJGKfwBua4tAsioMYT6SGb4FdD-scxFCgpHHeDjUxQJzT2XEhw%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Kent Brede

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CA%2BnSE381sVwZU%2BHgsYOOsTb0%3DFT3ZnAnmnSQTRcHB0ZqACpS9A%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Puppet Users] Possible to get just the keys out of a hiera hash?

2014-03-05 Thread Robin Bowes
Have a look in stdlib for the keys function.

R.


On 5 March 2014 15:56, Kenton Brede  wrote:

> So in hiera I've got:
>
> users_common:
> user1:
> ensure: present
> home: /home/user1
> managehome: true
> user2:
> ensure: present
> home: /home/user2
> managehome: true
>
> I'm using "users_common" with a create_resources in one class but I'd like
> to just pull out "user1, user2" into an array from "users_common" for a
> different class.
>
> Is this possible?
>
> Something like:
>
> $users_c = hiera('users_common')
> $users = "${users_c['keys']}"
> notify { "${users}": }
>
> Thanks,
>
> --
> Kent
>
>
>
>  --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/CA%2BnSE3-yW2XYU5V7-hwKkuydGpAnHcW7bJW6XUwmMhpon%2BjDiA%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAJGKfwBua4tAsioMYT6SGb4FdD-scxFCgpHHeDjUxQJzT2XEhw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.


[Puppet Users] Possible to get just the keys out of a hiera hash?

2014-03-05 Thread Kenton Brede
So in hiera I've got:

users_common:
user1:
ensure: present
home: /home/user1
managehome: true
user2:
ensure: present
home: /home/user2
managehome: true

I'm using "users_common" with a create_resources in one class but I'd like
to just pull out "user1, user2" into an array from "users_common" for a
different class.

Is this possible?

Something like:

$users_c = hiera('users_common')
$users = "${users_c['keys']}"
notify { "${users}": }

Thanks,

-- 
Kent

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CA%2BnSE3-yW2XYU5V7-hwKkuydGpAnHcW7bJW6XUwmMhpon%2BjDiA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.