Re: [Puppet Users] Does create_resources support virtual resources?

2017-06-14 Thread Alex Harvey
On Saturday, March 31, 2012 at 6:04:28 AM UTC+11, Gary Larizza wrote: > > Create_resources doesn't support virtual users, but Hiera DOES support > hash-merging, so it could find all users in all hierarchies with hiera_hash > and then declare them at once. Presumably at some point this

[Puppet Users] Does create_resources support virtual resources?

2012-03-30 Thread Aaron Grewell
Hi all, I'm interested pushing my user list out of my users manifest and into Hiera. Unfortunately I haven't been able to get it to work the way I thought it would. The error suggests that perhaps create_resources cannot create virtual resources, but the docs I've read so far don't address it.

Re: [Puppet Users] Does create_resources support virtual resources?

2012-03-30 Thread Gary Larizza
Create_resources doesn't support virtual users, but Hiera DOES support hash-merging, so it could find all users in all hierarchies with hiera_hash and then declare them at once. On Friday, March 30, 2012, Aaron Grewell wrote: Hi all, I'm interested pushing my user list out of my users manifest

Re: [Puppet Users] Does create_resources support virtual resources?

2012-03-30 Thread Aaron Grewell
Thanks Gary. I'll go figure out how that works. :) On 03/30/2012 12:04 PM, Gary Larizza wrote: Create_resources doesn't support virtual users, but Hiera DOES support hash-merging, so it could find all users in all hierarchies with hiera_hash and then declare them at once. On Friday,