[Puppet Users] Re: Using puppet for the configuration of a custom appliance

2015-04-08 Thread lupindeterd
On Wednesday, April 8, 2015 at 6:05:56 AM UTC+12, varun umesh wrote: > > Hello Lupin- > > Thank you for the update! Could you point me for any article, so that i > can take a look at how exactly it could be done. > > Thanks! > > -varun > Hi, I can't find any link but I won't be just treat it a

[Puppet Users] Re: Using puppet for the configuration of a custom appliance

2015-04-08 Thread Thomas Müller
Am Montag, 6. April 2015 22:09:41 UTC+2 schrieb varun umesh: > > I am planning to use puppet for the configuration of a custom network > appliance. My main problem is i am unable to install puppet on the > appliance, as it is not supported. I have access to the rest api's exposed > by the appl

Re: [Puppet Users] facter: unordered hashes lead to changes

2015-04-08 Thread jcbollinger
On Tuesday, April 7, 2015 at 2:53:38 PM UTC-5, Guy Matz wrote: > > Ahhh!! The version of facter on my new servers is 2.4 . . old servers > have 1.7 . . .anyone know how to get facter 2.x to stringify facts? > I've tried adding 'stringify_facts = true' to my puppet.conf, but that did >

[Puppet Users] Re: collector in class with same name as tag causes all virtual resources of the type to be realized

2015-04-08 Thread jcbollinger
On Tuesday, April 7, 2015 at 2:54:20 PM UTC-5, Neil - Puppet List wrote: > > Here is a similar example using notify > > == site.pp == > node default { > include noticegroups::matches > } > == modules/noticegroups/manifests/matches.pp == > class noticegroups::matches { > includ

[Puppet Users] Re: Sort by IP in ERB (related to puppetlabs-haproxy and MODULES-1919)

2015-04-08 Thread jcbollinger
On Tuesday, April 7, 2015 at 11:09:59 AM UTC-5, Tom Limoncelli wrote: > If you look at the TravisCI output, you'll see > slightly different results for Ruby 1.8.7. It looks like something > changed in Ruby 1.9. > > https://travis-ci.org/puppetlabs/puppetlabs-haproxy/builds/57502529 > > I

[Puppet Users] Re: Dependency problem for Puppet yum package

2015-04-08 Thread staceytian4321
Hi John and Alex, Thank you for the detail reply. I appreciate it very much! I will do more test and let you know how it is going. Thanks, Stacey On Monday, April 6, 2015 at 1:05:09 PM UTC-4, staceyt...@gmail.com wrote: > > Hi all, > > I am trying to use puppet to downgrade my gdm package from

[Puppet Users] Re: Best approach to creating wrapper classes

2015-04-08 Thread jcbollinger
On Tuesday, April 7, 2015 at 3:30:30 PM UTC-5, Scott Jaffa wrote: > On Friday, April 3, 2015 at 9:15:00 AM UTC-4, jcbollinger wrote: >> >> >> >> On Thursday, April 2, 2015 at 4:02:30 PM UTC-5, Scott Jaffa wrote: >>> >>> Hi, >>> >>> I'm working in an environment where certain parameters need to

Re: [Puppet Users] facter: unordered hashes lead to changes

2015-04-08 Thread Guy Matz
I *did* misunderstand! Thanks for pointing that out! Much better now! On Wed, Apr 8, 2015 at 8:57 AM, jcbollinger wrote: > > > On Tuesday, April 7, 2015 at 2:53:38 PM UTC-5, Guy Matz wrote: >> >> Ahhh!! The version of facter on my new servers is 2.4 . . old servers >> have 1.7 . . .any

Re: [Puppet Users] team need some guidelinees ,like how to do software install and uninstal on windows using Active directory OU on windows

2015-04-08 Thread Rob Reynolds
On Wed, Mar 25, 2015 at 7:37 AM, shyam sundar Keshari wrote: > Hi Team , > > I am using puppet with latest verion 3.7 . > > Some new requirement come up like do software installation and > un-installation on Windows operating system and hostname for this machine I > need to > > get from Active d

Re: [Puppet Users] Unreported Windows nodes (Puppet 3.7.3, Exchange 2010)

2015-04-08 Thread Rob Reynolds
On Wed, Feb 11, 2015 at 11:31 PM, cko wrote: > I just updated to 3.7.4 > > This is the output when I manually run Puppet: > http://i.imgur.com/pdrklFm.png (Still, only happening on exchange 2010 > nodes) > > The Agent basically stops working after loading all facts, without > removing the .lock f

Re: [Puppet Users] Re: No connection could be made because the target machine actively refused it - Ubuntu VM on Win 8

2015-04-08 Thread Rob Reynolds
On Mon, Dec 29, 2014 at 11:08 AM, kaustubh chaudhari wrote: > Is there a firewall wall in between ? make sure from client you are able > to run # telnet puppetmaster.example.com 8140 (replace the fqdn with your > puppet master name). > Another thing to be sure of is that the hostname of the fqdn

Re: [Puppet Users] run code in a new puppet agent window (windows server)

2015-04-08 Thread Rob Reynolds
On Wed, Feb 18, 2015 at 10:27 AM, Helen Paterson wrote: > Hi, > > I set windows environment variables using puppet, but you must close the > puppet agent window and open a new one to be able to use these variables. > > Can i do this programaticaly ? > Add the same value to the path[1][2] of the

[Puppet Users] Make 3rd party REST API calls using puppet

2015-04-08 Thread varun umesh
Hello, Does puppet have the capability to make third party REST API calls? For example, just the way we do a REST API call using Java. Thanks! -varun -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop re

Re: [Puppet Users] My puppet code is not idempotent (Windows package provider)

2015-04-08 Thread Rob Reynolds
On Thu, Feb 19, 2015 at 4:32 AM, cko wrote: > I installed the package manually and used "puppet resource package" to > determine the exact package name. > > But I just found out that Puppet *doesn't install the package* at all > *unless* I run puppet manually via "puppet agent -t". The report say

Re: [Puppet Users] Re: Using puppetlabs_spec_helper on Windows 7

2015-04-08 Thread Rob Reynolds
On Fri, Feb 20, 2015 at 3:31 PM, Breeze wrote: > Is it a lost cause ? Or someone succeeded to test puppet modules on > Windows ? > > BUMP > I wouldn't say lost cause - https://github.com/puppetlabs/puppetlabs_spec_helper/pull/87 and https://github.com/puppetlabs/puppetlabs_spec_helper/pull/84 -

Re: [Puppet Users] Error in provisioning with puppet

2015-04-08 Thread Rob Reynolds
On Wed, Mar 11, 2015 at 2:18 AM, Ash26 wrote: > I am trying to build a Win 2008 R1 SP2 baked AMI using packer and puppet. > > My builder works fine and creates the AMI with puppet installed. > > Now in my provisioner I have a very simple puppet script and it is > executing when I do a puppet appl

Re: [Puppet Users] My puppet code is not idempotent (Windows package provider)

2015-04-08 Thread Rob Reynolds
On Thu, Feb 19, 2015 at 3:29 AM, cko wrote: > Hi everyone, > > I'm using the following manifest to deploy a driver package (and its > certificate) to about 150 Windows Server 2008 R2 nodes. > > https://gist.github.com/anonymous/1cbaa90e1d0497ebaeb3 > On second look, I noticed you were using a ne

[Puppet Users] Re: Best approach to creating wrapper classes

2015-04-08 Thread Scott Jaffa
John, Thanks for the detailed reply. While we aren't in agreement on some of the finer points, it is moot as you've made it quite clear that the listed approaches won't work at a technical level. Stepping back, can you suggest a good method by which one could separate out cross organizational

Re: [Puppet Users] Running a daemon only during certain hours of the day

2015-04-08 Thread Peter Bukowinski
On Apr 9, 2015, at 1:26 AM, Gabriel Filion wrote: > > Hello, > > A client of mine needs to be able to control which hours during the day > a certain daemon is running and which hours it is not. > > So far I can think of hiera for controlling the on/off periods + some > math magic to determine i

[Puppet Users] Running a daemon only during certain hours of the day

2015-04-08 Thread Gabriel Filion
Hello, A client of mine needs to be able to control which hours during the day a certain daemon is running and which hours it is not. So far I can think of hiera for controlling the on/off periods + some math magic to determine in the puppet manifests whether we are currently in the On or Off per

[Puppet Users] Precedence Q: repos -> packages

2015-04-08 Thread Guy Matz
Hi! I first used this sort of thing: stage { 'yum' : before => Stage['main'] } and tagged ll of my yumrepos with a stage of yum. This doesn't work so well for downloaded modules, so I'm thinking of using: Yumrepo <| |> -> Package <| |> Is there a downside? Any recommendations? Thanks, Guy P.