[Puppet Users] Puppet Enterprise R10K with Bitbucket webhook configuration: Manual Steps

2016-07-13 Thread Arunava Basu
Hi, How can I configure R10K (inside Puppet Enterprise) with Bitbucket's webhook. I have only one Puppet master(Monolithic Installation). Could anyone share the manual steps to configure these two. Regards, Arunava -- You received this message because you are subscribed to the Google Groups

Re: [Puppet Users] R10k Post Recieve Hook Git/Github

2016-07-13 Thread Arunava Basu
I am using Puppet enterprise and I want the manual steps to configure the webhook with my enterprise Puppet master's R10k. Thanks, Arunava On Wednesday, July 13, 2016 at 8:15:07 PM UTC+5:30, Arunava Basu wrote: > > I am new into Puppet. I want to configure r10k webhook with bitbucket > server.

Re: [Puppet Users] R10k Post Recieve Hook Git/Github

2016-07-13 Thread Arunava Basu
I am new into Puppet. I want to configure r10k webhook with bitbucket server. Could you please help me on that. Regards, Arunava On Friday, July 1, 2016 at 1:41:43 AM UTC+5:30, Rob Nelson wrote: > > I've written some articles on r10k, including setting up a webhook - >

[Puppet Users] Re: How can I install puppetexplorer by hand?

2016-07-13 Thread Bret Wortman
Adding this here for the next guy who forgets the simple things: # puppet agent -t --tags puppetexplorer Worked like a champ. I checked my current /etc/httpd config into a git repo, ran the above, examined all the diffs, and recycled httpd when I was happy. It's now working great. On

[Puppet Users] Inconsistent behavior in puppet facts update in foreman api

2016-07-13 Thread Amrit Atmajit
Hi, We can find an inconsistent behavior in getting the updated facts values on invocation of “GET /api/hosts/:host_id/facts ” Foreman API. On execution of “puppet agent –test –tags ”, imports facts

[Puppet Users] How can I install puppetexplorer by hand?

2016-07-13 Thread Bret Wortman
I've got an existing server running Puppet, PuppetDB, puppetboard and a handful of other apache-based services. As this is our lone Puppet server, I'm hesitant to use puppet to configure itself as that just seems problematic should I ever completely hose something up. Anyway, all our apache

Re: [Puppet Users] Dependacies with Custom Types

2016-07-13 Thread Rob Nelson
I second this motion, that was a great explanation. I'd love to see that documented well and maybe in a git repo with a 'bad' and 'good' branch to better examine the differences, if at all possible! Rob Nelson rnels...@gmail.com On Wed, Jul 13, 2016 at 8:51 AM, jcbollinger

Re: [Puppet Users] Dependacies with Custom Types

2016-07-13 Thread jcbollinger
On Wednesday, July 13, 2016 at 12:52:58 AM UTC-5, Josh Cooper wrote: [A clear and detailed explanation...] That was great, Josh. Are the same instructions available somewhere among Puppet's online docs and tutorials? If not, they should be. John -- You received this message because you

[Puppet Users] Re: Not able to execute puppet cert list

2016-07-13 Thread Mike Hendon
Hi Jim, Try: sudo /usr/bin/puppet cert list --all Regards, Mike. On Tuesday, 12 July 2016 08:13:12 UTC+1, jiminfote...@gmail.com wrote: > > Good Folks, > > Having an issue while executing puppet cert list a normal user it doesn't > give me a list of outstanding pending certificates.. > >