Re: [Puppet Users] recovery from foreman

2014-02-27 Thread Martin Alfke
Hi On 27 Feb 2014, at 00:15, mjack...@broadsoft.com wrote: I am new to puppet. running puppet 2.7.19 didn't know that you couldn't install foreman and dashboard on the same system/puppet master. I've uninstalled both of them. puppet nodes are complaining about not being able to get

Re: [Puppet Users] Re: puppet module generate skeleton not working on PE?

2014-02-27 Thread johan-OF
Hi, IMO, I think it is a good thing not to develop your modules under root account. So for me this is more a feature than a problem. Grts Johan On 02/26/2014 07:58 AM, Stephen Wallace wrote: Peter, When I ran the puppet module generate as non-rootit worked like a charm! Maybe some

Re: [Puppet Users] Condition on class existence on agent

2014-02-27 Thread zerozerounouno
On Thursday, February 27, 2014 8:52:04 AM UTC+1, nikolavp wrote: A specific example I think will be of much help. Some ideas: 1) Is role B just a more specific role A or they aren't so much related. You can use inheritance if they are and change the file/define Yes, B is some sort of more

[Puppet Users] Re: Puppet Dashboard Radiator view thru iframe

2014-02-27 Thread Félix Barbeira
Try http://puppet-dashboard-url.tld/radiator El lunes, 14 de octubre de 2013 20:20:26 UTC+2, Matt Shields escribió: Is it possible to create an iframe in an html page and display the Radiator view in the Puppet Dashboard? For some reason all my other NOC iframe's are displaying with the

[Puppet Users] varying files for puppet agents

2014-02-27 Thread AAB !!
HI, How to manage files which are not static but dynamic. Different services can have files which needs different values based on their characteristics! Like in ssh configuration file the listening interface should be the IP of the machine (agent), in the same way how can I use hostname for

[Puppet Users] How to install rpm and push file to set of servers

2014-02-27 Thread Vivek
Hi there, I would like to install rpms from Puppet master to puppet clients and also push some files to list of servers, already I do mentioned different classification of servers under manifest of nodes, but I would like to do it for specific list of server only. Please suggest your views and

[Puppet Users] Re: varying files for puppet agents

2014-02-27 Thread zerozerounouno
On Thursday, February 27, 2014 2:43:34 PM UTC+1, AAB !! wrote: How to manage files which are not static but dynamic. Different services can have files which needs different values based on their characteristics! Like in ssh configuration file the listening interface should be the IP of

[Puppet Users] Re: ensure user and group created

2014-02-27 Thread jcbollinger
On Wednesday, February 26, 2014 4:17:05 PM UTC-6, bluethundr wrote: Hey all, I've created a puppet module to control LDAP in my environment. The ldap packages on both the centos and ubuntu hosts seem to require a user and group called 'ldap' (respectively). in my ldap::install class I

Re: [Puppet Users] Re: debugging puppet/hiera-eyaml decryption problems?

2014-02-27 Thread Christopher Wood
Here's a sample value. Apart from the length it looks much like yours. (But your encrypted value appears on a separate line, but possibly word wrap.) testing::cwood::param:

[Puppet Users] Re: Hiera to define an array of packages that should be installed

2014-02-27 Thread jcbollinger
On Wednesday, February 26, 2014 3:56:52 AM UTC-6, Richard Fussenegger wrote: Right now my init.pp contains the following code block: package { [ 'package-1', 'package-2', '...' ]: ensure = 'present', require = *Exec*['apt_update'], } This works great — no problem there — but I'd

[Puppet Users] Re: Hiera isn't merging hashes

2014-02-27 Thread paul . lewis
That explains a lot, thanks! On Wednesday, February 26, 2014 10:08:27 PM UTC-5, Charlie Sharpsteen wrote: On Wednesday, February 26, 2014 2:19:23 PM UTC-8, paul@complex.comwrote: I have been doing some experimenting with Puppet + Hiera with some of my hashes, but when it is going

Re: [Puppet Users] Re: Puppet Dashboard Radiator view thru iframe

2014-02-27 Thread Brett Swift
Well that's the obvious part .. which I tried from the start. Brett On Thu, Feb 27, 2014 at 5:40 AM, Félix Barbeira fbarbe...@gmail.com wrote: Try http://puppet-dashboard-url.tld/radiator El lunes, 14 de octubre de 2013 20:20:26 UTC+2, Matt Shields escribió: Is it possible to create an

Re: [Puppet Users] Condition on class existence on agent

2014-02-27 Thread Nikola Petrov
On Thu, Feb 27, 2014 at 03:12:53AM -0800, zerozerouno...@gmail.com wrote: On Thursday, February 27, 2014 8:52:04 AM UTC+1, nikolavp wrote: A specific example I think will be of much help. Some ideas: 1) Is role B just a more specific role A or they aren't so much related. You can use

[Puppet Users] Re: puppet agent on HP unix os

2014-02-27 Thread Rick Copley
Hi has anyone done any more work on puppet for HP-UX 11.31? Or can someone point me to where I can download the opensource version of puppet agent code so I can try to compile myself? On Friday, December 27, 2013 5:20:09 AM UTC-5, Ankit Mittal wrote: Dear All, Please help me if puppet

Re: [Puppet Users] Re: debugging puppet/hiera-eyaml decryption problems?

2014-02-27 Thread Christopher Wood
Following up to my own post... Without changing my manifest data, I managed to get this to work by changing my rpm packages around, from this, which didn't work: hiera-eyaml 2.0 trollop 2.0 highline 1.6.19 To this, which did: hiera-eyaml 1.3.4 trollop 1.16 highline 1.6.20 This didn't work

[Puppet Users] Re: recovery from foreman

2014-02-27 Thread mjackson
Hi, I uninstalled foreman. why would node.rb be utilized? Regards, On Wednesday, February 26, 2014 3:15:48 PM UTC-8, mjac...@broadsoft.com wrote: I am new to puppet. running puppet 2.7.19 didn't know that you couldn't install foreman and dashboard on the same system/puppet master.

Re: [Puppet Users] Re: recovery from foreman

2014-02-27 Thread johan-OF
Because it is in your puppet.conf : external_nodes = /etc/puppet/node.rb more info about ENC : http://docs.puppetlabs.com/guides/external_nodes.html On 02/27/2014 07:29 PM, mjack...@broadsoft.com wrote: Hi, I uninstalled foreman. why would node.rb be utilized? Regards, On Wednesday,

Re: [Puppet Users] Get Fedora 19 client working with CentOS 6.4 master

2014-02-27 Thread Josh Cooper
On Tue, Feb 25, 2014 at 6:26 PM, xbglowx xbgl...@gmail.com wrote: I have a CentOS 6.4 puppet masters that has puppet-server-3.3.1-1.el6.noarch installed. I am trying to get a puppet client fedora19 working, which has puppet-3.3.1-1.fc19.noarch installed. If I run puppet agent:

[Puppet Users] vagrant and reusing certs after destroy box

2014-02-27 Thread johan-OF
Hi, The situation ; Whenever I bring up a vagrant box, I do a puppet run against my puppet master to configure some common things I need. And I want to avoid the remove/new request and sign cycle after a vagrant destroy. This can be done using following vagrant config :

[Puppet Users] Re: recovery from foreman

2014-02-27 Thread mjackson
Yes, it was in my puppet.conf file. That has been removed and now a compile is working. Thanks! On Wednesday, February 26, 2014 3:15:48 PM UTC-8, mjac...@broadsoft.com wrote: I am new to puppet. running puppet 2.7.19 didn't know that you couldn't install foreman and dashboard on the

[Puppet Users] controlling argument passed to ENC script for AWS

2014-02-27 Thread John Pyeatt
I am trying to use one puppetmaster to support multiple AWS VPCs. In other words, I am trying to have one puppetmaster support multiple independent networks. The problem with this is that it is possible for machines on two different VPCs to have the same hostname/ipaddress. I use an ENC script

Re: [Puppet Users] controlling argument passed to ENC script for AWS

2014-02-27 Thread Christopher Wood
(inline) On Thu, Feb 27, 2014 at 03:57:21PM -0600, John Pyeatt wrote: I am trying to use one puppetmaster to support multiple AWS VPCs. In other words, I am trying to have one puppetmaster support multiple independent networks. The problem with this is that it is possible for

Re: [Puppet Users] controlling argument passed to ENC script for AWS

2014-02-27 Thread John Pyeatt
See comments below. On Thu, Feb 27, 2014 at 4:45 PM, Christopher Wood christopher_w...@pobox.com wrote: (inline) On Thu, Feb 27, 2014 at 03:57:21PM -0600, John Pyeatt wrote: I am trying to use one puppetmaster to support multiple AWS VPCs. In other words, I am trying to have one

[Puppet Users] Re: recovery from foreman

2014-02-27 Thread mjackson
Hi Again, Out of curiosity ... How does PuppetEnterprise interface w/ VMware/Vsphere to set the host name in Linux? On Wednesday, February 26, 2014 3:15:48 PM UTC-8, mjac...@broadsoft.com wrote: I am new to puppet. running puppet 2.7.19 didn't know that you couldn't install foreman and

Re: [Puppet Users] controlling argument passed to ENC script for AWS

2014-02-27 Thread Patrick Kelso
On Fri, Feb 28, 2014 at 8:57 AM, John Pyeatt john.pye...@singlewire.com wrote: I am trying to use one puppetmaster to support multiple AWS VPCs. In other words, I am trying to have one puppetmaster support multiple independent networks. The problem with this is that it is possible for