Re: [Puppet Users] Hiera backend and web interface for multiple users

2014-08-05 Thread Riley Shott
Hey Andy, We're in the stages of overhauling our Puppet infrastructure and we plan on using the Foreman as our ENC with Hiera providing defaults for certain environments. To do this we created a modular Hiera backend, aptly named Fancyass: https://github.com/sfu-rcg/fancyass It comes with

Re: [Puppet Users] Delving into Puppet code -- where should I ask?

2014-10-28 Thread Riley Shott
Hi Victor, Have you verified that you have the necessary options specified in your puppet.conf to turn on directory environments? https://docs.puppetlabs.com/puppet/latest/reference/environments_configuring.html#enabling-directory-environments-in-puppet-enterprise https://docs.puppetlabs.com

Re: [Puppet Users] Delving into Puppet code -- where should I ask?

2014-10-28 Thread Riley Shott
#x27;s going wrong, I wanted to try to | trace the code and find where the error occurs; except that finding the | place where something isn't happening, is quite hard. I could use some code | pointers... | On Tuesday, October 28, 2014 3:14:45 PM UTC-4, Riley Shott wrote: | | Hi Victor, |

Re: [Puppet Users] Delving into Puppet code -- where should I ask?

2014-10-28 Thread Riley Shott
As for other places to ask. You can the Puppet channels on the freenode IRC network: http://projects.puppetlabs.com/projects/1/wiki/Irc_Channel #puppet #puppet-dev -Riley - Original Message - | From: "Riley Shott" | To: puppet-users@googlegroups.com | Sent: Tuesday,

Re: [Puppet Users] Delving into Puppet code -- where should I ask?

2014-10-28 Thread Riley Shott
doesn't really matter in the end; it's broken. -Riley - Original Message - | From: "jcbollinger" | To: puppet-users@googlegroups.com | Sent: Tuesday, 28 October, 2014 14:25:04 | Subject: Re: [Puppet Users] Delving into Puppet code -- where should I ask? | On Tues

Re: [Puppet Users] Upgrading ruby to 2.1.x - paranoid question

2014-10-30 Thread Riley Shott
Hey Jon, The Puppet package you install from yum will be tied to the system's version of Ruby, and I wouldn't recommend uninstall that (i.e. Ruby). If you're interested in running Puppet on a newer version of Ruby check out my puppet_stack module: https://forge.puppetlabs.com/Ginja/puppet_s

Re: [Puppet Users] Need advice about upgrade puppetmaster from ruby 1.8.7 to ruby 1.9.3

2014-12-02 Thread Riley Shott
The puppet_stack module will bring up a Puppet Master (additionally the Foreman, and/or smart-proxy) using RVM, & Gems (Puppet, Facter, Hiera, Passenger). We're using it for our production infrastructure, and everything is a lot more performant with Ruby 2.0.0. https://forge.puppetlabs.com/Ginj