Re: [Puppet Users] Open Source 4.0 version identifier vs. very different rpm and dpkg package versions

2015-06-23 Thread Jason Slagle
On 6/23/15, 9:03 PM, "Eric Sorenson" wrote: > >> I suspect this confusion will hinder deployment ­ the AIO packaging is >> certainly in the cons category for us. > >I really want to understand this, because it's a big deal. (My life goal >at >this point is to get as many people as possible upg

Re: [Puppet Users] Open Source 4.0 version identifier vs. very different rpm and dpkg package versions

2015-06-23 Thread Eric Sorenson
On Mon, 22 Jun 2015, Jason Slagle wrote: On 6/22/15, 3:08 PM, "Vince Skahan" wrote: On Thursday, June 18, 2015 at 4:18:37 PM UTC-7, Ken Bowley wrote: This is better than what is currently being used, but I'm strongly in the AIO idea to be stupid. Split it into multiple packages and use prope

[Puppet Users] Re: Command Exceeded Timeout on Basic Shell Commands

2015-06-23 Thread 'Dan Finn' via Puppet Users
Just noticed something else interesting. When running puppet apply or puppet agent and it doesn't hang, puppet only spawns 1 process and there is no puppet process left running afterwards, it seems to clean itself up and die off. When puppet runs and hangs, it spawns 2 processes each looking

[Puppet Users] Re: Command Exceeded Timeout on Basic Shell Commands

2015-06-23 Thread 'Dan Finn' via Puppet Users
> > Hello, > I am Franck's coworker. I spent some time looking into this today and have some more info but unfortunately am still really lost as to what is going on or what is causing this. Here is the output captured from a puppet agent -t --debug run where a node hangs: https://github.com

Re: [Puppet Users] Automating installations

2015-06-23 Thread Cristian Falcas
For all of them, yes. For 6 and 8 you will have to use something like foreman. Cristi On Tue, Jun 23, 2015 at 3:16 PM, Santosh Gaddam wrote: > here is my requirement, does it suitable. > 1. Installations of our product. > 2. Installations of thrid party softwares(java, oracle and etc...) > 3.

[Puppet Users] Automating installations

2015-06-23 Thread Santosh Gaddam
here is my requirement, does it suitable. 1. Installations of our product. 2. Installations of thrid party softwares(java, oracle and etc...) 3. automating above installations. 4. we have 20 VM(virtual servers), can i handle them with one single URL. 5. running multiple installation at a same time.

[Puppet Users] Re: Environment specific module paths not functioning as expected

2015-06-23 Thread Alexander Dacre
Resolved it - missing a configuration item in /etc/puppet/puppet.conf. Thanks! On Tuesday, June 23, 2015 at 11:26:21 AM UTC+1, Alexander Dacre wrote: > > Hi, > > I have three directory based environments: development, test, production. > Each environment is structured as follows: > > [root@puppe

[Puppet Users] Re: Puppet agent not picking up hiera

2015-06-23 Thread Alexander Dacre
This is running on Puppet 3.8.1 On Tuesday, June 23, 2015 at 10:52:45 AM UTC+1, Alexander Dacre wrote: > > Hi, > > I'm in the process of deploying my first Puppet instance with hiera and > environments but I'm having some difficulties. Configuration files listed > below with the host names remov

[Puppet Users] Re: Environment specific module paths not functioning as expected

2015-06-23 Thread Alexander Dacre
This is running on Puppet 3.8.1 On Tuesday, June 23, 2015 at 11:26:21 AM UTC+1, Alexander Dacre wrote: > > Hi, > > I have three directory based environments: development, test, production. > Each environment is structured as follows: > > [root@puppet environments]# tree -L 2 production > product

[Puppet Users] Environment specific module paths not functioning as expected

2015-06-23 Thread Alexander Dacre
Hi, I have three directory based environments: development, test, production. Each environment is structured as follows: [root@puppet environments]# tree -L 2 production production ├── environment.conf ├── manifests │ └── site.pp ├── modules │ ├── apt │ ├── concat │ ├── nginx │ ├── ntp

[Puppet Users] Puppet agent not picking up hiera

2015-06-23 Thread Alexander Dacre
Hi, I'm in the process of deploying my first Puppet instance with hiera and environments but I'm having some difficulties. Configuration files listed below with the host names removed. [me@puppet puppet]$ cat /etc/puppet/hiera.yaml --- :backends: - yaml :yaml: :datadir: "/etc/puppet/environ