Re: [Puppet Users] same hiera data across multiple profiles

2017-06-14 Thread Christopher Wood
Thank you, had forgotten about that one, it's a good read. I'm a bit leery of adding inheritance to the mix, some people here have enough trouble understanding a hiera_hash(). However, I hadn't considered adding module data into the mix. I think I can put enough into the module data to make

Re: [Puppet Users] same hiera data across multiple profiles

2017-06-14 Thread Rob Nelson
You may want to look at automatic parameter lookup, inheritance, and data in modules. https://www.devco.net/archives/2016/01/08/native-puppet-4-data-in-modules.php has some good examples. Generally, a param class is obviated in a component module, but in profiles where a value may be shared across

Re: [Puppet Users] same hiera data across multiple profiles

2017-06-14 Thread Christopher Wood
I've been pondering this and I'm still tossing it back and forth in my head. Example 1: class profile::ssl { $ssldata = lookup('profile::ssl::ssldata', Hash) } class profile::http { include ::profile::ssl $ssldata = $::profile::ssl::ssldata # illustrating the example } class

Re: [Puppet Users] Officiel master puppet and source Puppet agent

2017-06-14 Thread Christopher Wood
Probably not 100% what you're looking for, but you might get some use out of the Debian puppet sources. They have packages for various ARM architectures too. https://packages.debian.org/search?keywords=puppet On Wed, Jun 14, 2017 at 06:03:17AM -0700, Fairouz el ouazi wrote: >HI , >   Is

[Puppet Users] Officiel master puppet and source Puppet agent

2017-06-14 Thread Fairouz el ouazi
HI , Is there any possibility to have Entreprise Puppet Master . and downloading puppet agent from sources in order to make it works on ARM devices ? Thanks Fairouz -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from

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