Re: [Puppet Users] Variables within Manifests question

2013-02-22 Thread gh
On 2/22/13 2:20 PM, jim wrote: > Hello all > > Can someone please help me or answer if this is possible > > I'm using the puppet forge IIS module, and want to use variables within > the syntax dependent up ip address > > for example: > > colo_a = 1.1.1.0 > colo_b = 2.2.2.0 > > if $network_loca

Re: [Puppet Users] serving large files "formally code artifacts" best practices

2013-03-10 Thread gh
On 3/9/13 4:21 PM, Eslam Mamdouh El Husseiny wrote: > Hi All, I'd like to know best practices in serving code artifacts > "tarballs" though puppet , I used to serve them using file{} resource > but this method doesn't seem a good way as i have to either include code > artifacts "tarballs" in puppet

Re: [Puppet Users] Multiple sources for puppet configuration?

2013-04-03 Thread gh
On 4/2/13 7:48 PM, Thomas A. Fine wrote: > Hi, > > As we gradually spread puppet management to all of our systems, we've > run across a group that's managed by us, but also semi-self-managed, and > they'd set up puppet to manage some of their own software configurations > (they provide an outward

Re: [Puppet Users] Array being flattened

2013-09-19 Thread gh
On 9/19/13 4:13 PM, Darin Perusich wrote: > Hello All, > > I've run into an issue where an array that's being passed into a > defined type is being "flattened" when it's inclosed in double quotes > and I'm not sure how to get around this. This is happening a the > pdxcat/amanda module and I've rai

Re: [Puppet Users] puppet module

2013-10-10 Thread gh
On 10/8/13 2:27 PM, John wrote: > I need to write a puppet SSHD module that does the following: > > First I have 5 different operating systems to install to: Red Hat, Free > BSD, AIX, Ubuntu, and SuSE. > > The second requirements: > > If the host file contains an entry of host-A.domain.com (for

Re: [Puppet Users] Augeus: Duplicate "sysctl" setting

2014-01-07 Thread gh
On 1/6/14 9:28 AM, bruce bushby wrote: > Hello > > I have a issue with duplicate Augeas settings and hoping to bounce the > issue off the community for some ideas. > > I like to "pre-deploy" my servers regardless of what application they > will run and I typically have them sitting in > (/etc/pu

Re: [Puppet Users] Code coverage for puppet resources

2014-02-06 Thread gh
On 1/26/14 7:50 AM, Gareth Rushgrove wrote: > For anyone else who likes writing tests for their puppet manifests, > I've just added basic code coverage to rspec-puppet: > > A blog post here about how to use it: > > http://www.morethanseven.net/2014/01/25/code-coverage-for-puppet-modules/ > > I'd

Re: [Puppet Users] Is there a way to find unused puppet code (2.7)?

2014-02-09 Thread gh
On 2/8/14 8:53 PM, Amos Shapira wrote: > Hello, > > Is there a way to systematically find all modules we have which aren't used? > > Two reasons for this question: > > 1. We use librarian-puppet to manage "external" modules and would like > to find which of them can we remove. > 2. We did

[Puppet Users] CloudPack's "node install ...." ignores certname

2011-09-21 Thread Hamoun gh
although in cloudpack.rb::install(...) user specified certname is supprted (i.e. options[:certname] ||= Guid.new.to_s), the certname is not passed to the method when supplied through command line. any idea? tx -- You received this message because you are subscribed to the Google Groups "Puppet

[Puppet Users] CloudPack problems with CentOS AMIs

2011-09-22 Thread Hamoun gh
I noticed the following problems when working with CloudPack and the image ami-08728661 (and it probably apples to other CentOS images as well) 1) the ssh user in this AMI is ec2-user, but sudo to root is not possible in the ssh command unless pseudo-tty allocation forced with ssh -t option. so I

[Puppet Users] problems using CloudPack for autoscaling

2011-09-22 Thread Hamoun gh
I have been trying to setup autoscaling with CloudPack and so far was not that successfull. The scenario is as follows: in a 3 tier architecture when I see high utilization I fire a new instance and configure it, but my configuration is not known beforehead so I generate right I am firing instance