[Puppet Users] hiera in puppet 3.0.1 doesn't take facter variable

2012-12-24 Thread roadtest
Hello, I follow http://puppetlabs.com/blog/first-look-installing-and-using-hiera/ to try hiera on my 3.0.1 puppet master. I follow the instruction except my environment is ubuntu. Here is my /etc/hiera.yaml --- :hierarchy: - %{operatingsystem} - common :backends: - yaml :yaml: :data

Re: [Puppet Users] problems with puppetdb

2012-12-24 Thread Michael Henry
I ran across this same problem after upgrading. Puppetdb would slowly run, then die without a single log. I don't remember what version of puppetdb I upgraded from, but I upgraded to 1.0.5. Check your /etc/puppetdb/conf.d It's likely empty. On ubuntu I solved the problem (a little overkill)

[Puppet Users] Re: puppetdb listening on TCP Ports 1099 and 58772

2012-12-24 Thread Michael Henry
I ran across another thread that mentioned this same behavior, but that it didn't happen on centos. So I'm wondering: Is this something about Ubuntu's packaging of openjdk-6-jre-headless, which puppetdb depends on? Any ideas? Still, I've found no solution and come to no conclusions. Any hel

Re: [Puppet Users] Re: How to manage puppet modules? git submodules? hg subrepositories? own solution?

2012-12-24 Thread Nikola Petrov
On Thu, Dec 20, 2012 at 01:28:04PM -0500, Mason Turner wrote: > We are still using svn, but looking on adapt this to git next year. > > This is a simplified view of our svn repo: > > - nodes > -- dev > --- trunk > --- tags > 20121220-121212 > -- prod > --- trunk > --- tags > - modules > -- a

[Puppet Users] Re: Jenkins + Rspec + Puppet setup

2012-12-24 Thread Choon Ming Goh
This is the build configuration screenshot -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discus

[Puppet Users] Not able to install puppet enterprise onn agent node using install command.

2012-12-24 Thread lalit jangra
Hi, I have created an agent node from a master node using below command. puppet node_aws create --image ami-cc5af9a5 --keyname icos-client --type ti.micro Now as i am trying to install puppet on it using below command puppet node install \ --install-script=puppet- enterprise \ --installer-payl

[Puppet Users] Not able to install puppet on agent node?

2012-12-24 Thread lalit jangra
Hi, I have created an agent node from a master node using below command. puppet node_aws create --image ami-cc5af9a5 --keyname icos-client --type ti.micro Now as i am trying to install puppet on it using below command puppet node install \ --install-script=puppet-enterprise \ --installer-paylo

[Puppet Users] puppetdb listening on TCP Ports 1099 and 58772

2012-12-24 Thread Michael Henry
PuppetDB is operating fine, but I can't figure out how to disable it from listening globally on TCP 1099 or 58722 How do I disable them from listening globally without having to resort to iptables? $ lsof -i -n -P | grep java | grep LISTEN java 30115 puppetdb 22u IPv6 119118 0t0 T

Re: [Puppet Users] Re: Catalog compile times > 40s - Puppet 2.7.18

2012-12-24 Thread Trey Dockendorf
On Dec 22, 2012 11:04 PM, "Michael Stahnke" wrote: > > Puppet 3 has lots of performance improvements. In many cases it's > faster than 2.6.x was. Some of those fixes were back-ported to 2.7.20, > but not all of them could be. > > For best performance, try out something in the Puppet 3 series. > >