Re: [Puppet Users] Re: How to Orchestrate State, such as use IPs of new systems for config other systems

2018-05-01 Thread Joaquin Menchaca
That is tragic for MCollective (and other things at Puppet). I hope it can be maintained outside of Puppet umbrella (where things go to die), and have integration/migration docs/tools later. I noticed that Salt Stack had striking similarities. Any thoughts on diffs MCollective vs. Salt Stack

Re: [Puppet Users] Re: How to Orchestrate State, such as use IPs of new systems for config other systems

2018-05-01 Thread R.I.Pienaar
On Tue, 1 May 2018, at 21:34, Joaquin Menchaca wrote: > That is tragic for MCollective (and other things at Puppet). I hope it can > be maintained outside of Puppet umbrella (where things go to die), and have > integration/migration docs/tools later. I am the original author/architect of

[Puppet Users] Blogged about Bolt (command / script )

2018-05-01 Thread Joaquin Menchaca
I wanted to do something akin to Knife Bootstrap but with Puppet Bolt. So I wrote this about it: https://medium.com/@Joachim8675309/puppet-bolt-to-bootstrap-puppet-nodes-f27801693355 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To

[Puppet Users] Puppet Basics Blog Post

2018-05-01 Thread Joaquin Menchaca
I wrote this blog to teach newbies* about Puppet: https://medium.com/@Joachim8675309/learn-puppet-puppet-basics-b58787ad * I was a newbie once -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop

Re: [Puppet Users] converting Hiera v3 to v5 - :merge_behavior: deeper option?

2018-05-01 Thread Henrik Lindberg
On 01/05/18 17:00, jcbollinger wrote: CORRECTION: On Tuesday, May 1, 2018 at 9:52:31 AM UTC-5, jcbollinger wrote: | $hash_merge_behavior =lookup(':merge_behavior',String,'unique','hash') | ... but of course, I meant |$hash_merge_behavior = 

[Puppet Users] Re: Puppetfile with 'puppet apply'?

2018-05-01 Thread Joaquin Menchaca
(editor doens't have color syntax , so ss) -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To

[Puppet Users] Puppetfile with 'puppet apply'?

2018-05-01 Thread Joaquin Menchaca
Is it possible to use Puppetfile with 'puppet apply'? I have been having difficulty finding this. I wanted to use the Puppetfile to download and vendor modules in the modules directory. >From my research so far, it looks like r10k with open source puppet server, and code manager with PE, but

[Puppet Users] Re: Puppetfile with 'puppet apply'?

2018-05-01 Thread Joaquin Menchaca
I got the lucky google search and found this gist: https://gist.github.com/brasey/030b318a37b07acd21af I was able to get off the ground this below, but I am wondering, how do dependencies of dependencies get resolved? Is this a manual thing? r10k doesn't do a Puppetfile.lock? sudo su -

[Puppet Users] [Announce] Release of PDK v1.5.0

2018-05-01 Thread Bryan Jen
Hello Everyone! Today we’re happy to announce the latest release of PDK version 1.5.0. This is first release of PDK that will be supported for Puppet Enterprise® customers! This release contains an exciting new feature, *Multi-Puppet Support*! With PDK v1.5.0 release, you will be able to

Re: [Puppet Users] converting Hiera v3 to v5 - :merge_behavior: deeper option?

2018-05-01 Thread jcbollinger
On Saturday, April 28, 2018 at 6:21:12 AM UTC-5, du wrote: > Of course I always have alternatives like replacing all hiera_hash() > functions in my manifests with lookup() with correct options however this > is a fair bit of work and I wanted to make sure first I absolutely cannot >

Re: [Puppet Users] converting Hiera v3 to v5 - :merge_behavior: deeper option?

2018-05-01 Thread jcbollinger
CORRECTION: On Tuesday, May 1, 2018 at 9:52:31 AM UTC-5, jcbollinger wrote: > > > $hash_merge_behavior = lookup(':merge_behavior', String, 'unique', 'hash') > ... but of course, I meant $hash_merge_behavior = lookup(':merge_behavior', String, 'first', 'hash') > John -- You received this

[Puppet Users] Re: How to Orchestrate State, such as use IPs of new systems for config other systems

2018-05-01 Thread John Gelnaw
On Friday, April 27, 2018 at 9:31:24 PM UTC-4, Joaquin Menchaca wrote: > > Hello Puppeteers, > > Relearning Puppet (converting Ansible, Chef knowledge), not sure best > approach for this. How can I configure systems based on state of another > system? Essentially, I would use a tool like

[Puppet Users] Re: Announcement: Release of Bolt 0.19.1

2018-05-01 Thread Joaquin Menchaca
Any good how-tos, tutorials on Bolt beyond command and ssh? I'm interested in tasks and plans beyond the current docs. I am curious how to make them... -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop

Re: [Puppet Users] Re: How to Orchestrate State, such as use IPs of new systems for config other systems

2018-05-01 Thread Joaquin Menchaca
Both Choria and Jerakia look awesome. I am so glad these awesome folks are still innovating. I will explore these after my pilot project. They look useful outside of Puppet, especially Jerakia, I can see using this across CAP (Chef-Ansible-Puppet). Whatever happened to MCollective? That

Re: [Puppet Users] Re: How to Orchestrate State, such as use IPs of new systems for config other systems

2018-05-01 Thread R.I. Pienaar
> On 1 May 2018, at 08:04, Joaquin Menchaca wrote: > > Both Choria and Jerakia look awesome. I am so glad these awesome folks are > still innovating. I will explore these after my pilot project. They look > useful outside of Puppet, especially Jerakia, I can see using

[Puppet Users] Puppet Enterprise 2018.1.0, 2017.3.6, and 2016.4.11 are now available!

2018-05-01 Thread Britt Gresham
Dear Puppet Enterprise Users, Puppet Enterprise 2016.4.11, 2017.3.6, and 2018.1.0 are now available. Puppet Enterprise 2016.4.11 and 2017.3.6 are free security and bugfix releases of Puppet Enterprise. All users of Puppet

Re: [Puppet Users] Re: How to Orchestrate State, such as use IPs of new systems for config other systems

2018-05-01 Thread R.I.Pienaar
On Tue, 1 May 2018, at 17:18, John Gelnaw wrote: > On Friday, April 27, 2018 at 9:31:24 PM UTC-4, Joaquin Menchaca wrote: > > > > Hello Puppeteers, > > > > Relearning Puppet (converting Ansible, Chef knowledge), not sure best > > approach for this. How can I configure systems based on state of

[Puppet Users] Re: [Announce] Release of PDK v1.5.0

2018-05-01 Thread Martijn
Very nice! Thanks. -- 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