Re: [Puppet Users] Puppet agent for VMware agent nodes

2016-09-29 Thread James Pryor
Warron, Disclaimer: I work for Red Hat, not on Satellite, and not in a customer facing support role: jpryor [AT] redhat.com If you need actual support for puppet and Satellite 6.2, then please follow up with RH Support directly. If you need to run Puppet Enterprise as a Master, and desire to have

Re: [Puppet Users] Puppet agent for VMware agent nodes

2016-09-29 Thread Kong Eng
Not true. you could connect PE agents to open source master. The software is the same. On Thursday, September 29, 2016 at 9:45:34 PM UTC-4, LinuxDan wrote: > > A bit more clarification I realized was omitted: The version of Puppet > inside Satellite is the Open Source version, so it would not

Re: [Puppet Users] Puppet agent for VMware agent nodes

2016-09-29 Thread Dan White
My understanding is that with Satellite and Puppet Enterprise in the same environment, PE is configured with a PE-Satellite module to take the place of the Puppet inside Satellite. If I am not accurate, there are lots of other folks out there in MailingListLand that will step up and correct me

Re: [Puppet Users] Puppet agent for VMware agent nodes

2016-09-29 Thread Dan White
A bit more clarification I realized was omitted: The version of Puppet inside Satellite is the Open Source version, so it would not work with nodes running PE-agents. > On Sep 29, 2016, at 9:41 PM, Dan White wrote: > > My understanding is that with Satellite and Puppet Enterprise in the same

[Puppet Users] Re: How does Puppet Push Model works

2016-09-29 Thread Kong Eng
you could do the following (i've have not tested): - set puppet agent to use cache catalog - use mco to force a puppet run (use non-cached catalog) The above method should give you greater control when and who gets the new manifests. On Tuesday, August 16, 2016 at 11:14:48 PM UTC-4, megha sharma

[Puppet Users] Re: Puppet agent and server version

2016-09-29 Thread Kong Eng
you could write a custom fact that discovers the ip address. On Monday, August 22, 2016 at 9:40:27 AM UTC-4, Albert Shih wrote: > > Hi everyone. > > I just put in production a new server with puppet 4.5 from puppetlabs > repository and the puppetdb (also from puppetlabs). > > Almost all my lin

[Puppet Users] Puppet agent for VMware agent nodes

2016-09-29 Thread Warron French
I know that according to some official training documentation from Puppet Labs Corp, that VMware has invested in Puppet Labs. Can anyone tell me though, does the Red Hat Satellite implementation of Puppet (the master) work with the Puppet Enterprise agents... assuming the version of agent mat

[Puppet Users] Puppet 4.x, Puppetdb and sqlite

2016-09-29 Thread Kong Eng
Hi, Anyone know if there's fix/way to use Puppet 4.x, puppetdb and sqlite. I hate to sping up puppetdb and progress db. -- 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

[Puppet Users] Re: Puppet MultiMaster open source

2016-09-29 Thread sadusey
Which version & edition of puppet u used for this. I could find any bootstrap.cfg in puppet server. Thanks, y On Thursday, April 21, 2016 at 7:10:41 PM UTC+5:30, Ryan Anderson wrote: > > This is possible, and it is not documented well. Different parts of > getting it to work are in different s

Re: [Puppet Users] puppetdb 4.x filling up /opt/puppetlabs/server/data/puppetdb/mq

2016-09-29 Thread Ryan Anderson
It turns out this was an ID10T error. One of my puppet masters inadvertently got upgraded, including the puppetserver and puppetdb-termini RPMs. The problem went away when I reverted the puppet RPMs back to their previous release. From what I could tell, the newer puppetserver/puppetdb-termini

[Puppet Users] Use a puppet or hiera variable in hiera

2016-09-29 Thread Ugo Bellavance
Hi, Is it possible to have an array in hiera (or puppet) and use it in hiera? For example: clients: - client1 - client2 Then, nginx::nginx_vhosts: "%{hiera('clients')}": ensure: present It would be the equivalent of having: nginx::nginx_vhosts: 'client1': ensure: present n

Re: [Puppet Users] Using a vhost name in hiera

2016-09-29 Thread Garrett Honeycutt
On 9/29/16 9:52 AM, Ugo Bellavance wrote: > > > On Wednesday, September 28, 2016 at 8:07:26 PM UTC-4, Ugo Bellavance wrote: > > > > On Wednesday, September 28, 2016 at 4:35:50 PM UTC-4, Garrett > Honeycutt wrote: > > On 9/28/16 3:54 PM, Ugo Bellavance wrote: > > Hi, >

Re: [Puppet Users] Using a vhost name in hiera

2016-09-29 Thread Ugo Bellavance
On Wednesday, September 28, 2016 at 8:07:26 PM UTC-4, Ugo Bellavance wrote: > > > > On Wednesday, September 28, 2016 at 4:35:50 PM UTC-4, Garrett Honeycutt > wrote: >> >> On 9/28/16 3:54 PM, Ugo Bellavance wrote: >> > Hi, >> > >> > I am working with this module https://github.com/voxpupuli/pu

Re: [Puppet Users] R10K in an existing infrastructure OR How to write yourself into a corner.

2016-09-29 Thread John Warburton
Thanks Rob On Thursday, 29 September 2016, Rob Nelson wrote: > Whoops, it's called lab_config in that project (site_config is my private > repo for the home lab) and can be found at https://github.com/ > puppetinabox/lab_config. There's not as much to that since it's a > reference project, but f

RE: [Puppet Users] R10K in an existing infrastructure OR How to write yourself into a corner.

2016-09-29 Thread Robert Davidson
That would be messy, given the Very Interesting way in things are separated, network-wise. It's probably a better long-term solution, but in the short term, setting up a data or config module and making r10K track it by branch looks to be the most viable solution. -- Robert Davidson >