Re: [Puppet Users] Role vs hiera

2016-11-21 Thread Matt Zagrabelny
On Sat, Nov 19, 2016 at 2:27 PM, Martijn wrote: > Op dinsdag 18 oktober 2016 21:50:37 UTC+2 schreef Matt Zagrabelny: >> >> >> If you use an ENC, then you can return the role as a top scope >> variable and your hiera configs can leverage those top scope >> variables. >> > >> >> Let me know if you w

Re: [Puppet Users] Role vs hiera

2016-11-19 Thread Martijn
Op dinsdag 18 oktober 2016 21:50:37 UTC+2 schreef Matt Zagrabelny: > > > If you use an ENC, then you can return the role as a top scope > variable and your hiera configs can leverage those top scope > variables. > > > Let me know if you want the hiera configs. > > -m > Hi Matt, That's int

Re: [Puppet Users] Role vs hiera

2016-10-26 Thread Luke Bigum
It may not be as difficult as you think, and, you can *just* use it to insert a fake Fact, you don't have to start actually classifying your node classes with it. I supplied our ENC to the list a while ago, it's just a bit of Python that reads YAML: https://groups.google.com/forum/#!searchin/p

Re: [Puppet Users] Role vs hiera

2016-10-25 Thread Rob Nelson
I believe you're asking if there's anything in between hiera classification and creating an ENC? For FOSS, the answer is no. If you purchase Puppet Enterprise, it has its own classifier which you can use as an ENC rather than generating your own. Rob Nelson rnels...@gmail.com On Tue, Oct 25, 201

Re: [Puppet Users] Role vs hiera

2016-10-25 Thread Matt Zagrabelny
On Tue, Oct 25, 2016 at 2:09 PM, Ugo Bellavance wrote: > Hi, > > I was actually wondering if it could be done without an ENC as we don't have > one for now. Not sure. I don't think so, though. I would work on getting an ENC set up. -m -- You received this message because you are subscribed to

Re: [Puppet Users] Role vs hiera

2016-10-25 Thread Ugo Bellavance
Hi, I was actually wondering if it could be done without an ENC as we don't have one for now. Thanks a lot for your input though. Ugo On Tuesday, October 18, 2016 at 3:50:37 PM UTC-4, Matt Zagrabelny wrote: > > On Tue, Oct 18, 2016 at 1:34 PM, Ugo Bellavance > wrote: > > Hi, > > > > I've s

Re: [Puppet Users] Role vs hiera

2016-10-18 Thread Matt Zagrabelny
On Tue, Oct 18, 2016 at 1:34 PM, Ugo Bellavance wrote: > Hi, > > I've seen tutorials where they add the role as a fact in an client and then > can use the role for hiera data. Is there a better way to do so (ie without > having to configure anything on the client)? As a matter of fact there is a

[Puppet Users] Role vs hiera

2016-10-18 Thread Ugo Bellavance
Hi, I've seen tutorials where they add the role as a fact in an client and then can use the role for hiera data. Is there a better way to do so (ie without having to configure anything on the client)? Thanks, -- You received this message because you are subscribed to the Google Groups "Puppe