Re: [Puppet Users] PuppetMaster LB on top of OCFS2

2013-07-19 Thread Wil Cooley
On Jul 19, 2013 11:34 AM, "Jakov Sosic" wrote: > > On 07/19/2013 09:16 AM, Wil Cooley wrote: >>- The CA store seems highly vulnerable to race conditions, unless you >> have such a low rate of node provisioning you can guarantee serial >> access -- but you probably would not need an HA setup in

[Puppet Users] Re: 3.2.2 on CentOS 6.3, and "Did not receive certificate"

2013-07-19 Thread Forrie
I spent the afternoon re-doing my puppet master, tested it with just 2 new clients and I got the same exact problem. I restored my old /var/lib/puppet so that other agents can work. This is either a bug in Puppet itself or a bizarre configuration issue. -- You received this message because

[Puppet Users] rspec-puppet: how to pass undef as parameter value?

2013-07-19 Thread Andreas Haerter
Hi all, is there a way to pass the Puppets undef [1] value as parameter? I got a module with a package_provider parameter, allowing the user two things: 1. specify a specific package provider to use; 2. pass "undef" to let Puppet decide which provider to use instead of the module. Something like:

[Puppet Users] Re: 3.2.2 on CentOS 6.3, and "Did not receive certificate"

2013-07-19 Thread Forrie
I did some poking around and I think I found a better hint as to what may be the issue (feel free to confirm). in /etc/puppet/auth.conf, I had: # allow nodes to request a new certificate path /certificate_request auth any method find, save allow * But the installation has "certificate_requests"

Re: [Puppet Users] Announce: Puppet 3.2.3 Available

2013-07-19 Thread Matthaus Owens
Puppet 3.2.3 packages are now available for f19 on yum.puppetlabs.com. On Fri, Jul 19, 2013 at 9:24 AM, Darin Perusich wrote: > FWIW Puppet Labs could really simplify the creation of packages for > linux distributions by leveraging the Open Build Service, formerly > OpenSUSE Build Service. All yo

[Puppet Users] Re: 3.2.2 on CentOS 6.3, and "Did not receive certificate"

2013-07-19 Thread Forrie
I suppose I could just "start all over" and run through the systems and have them signed. The configurations I have there will still work for the manifests (which I've not converted to proper modules yet). This is probably an option. -- You received this message because you are subscribed t

[Puppet Users] Re: 3.2.2 on CentOS 6.3, and "Did not receive certificate"

2013-07-19 Thread Forrie
Output from puppet config print for SSL configs: cacert = /var/lib/puppet/ssl/ca/ca_crt.pem cacrl = /var/lib/puppet/ssl/ca/ca_crl.pem cadir = /var/lib/puppet/ssl/ca cakey = /var/lib/puppet/ssl/ca/ca_key.pem capass = /var/lib/puppet/ssl/ca/private/ca.pass caprivatedir = /var/lib/puppet/ssl/ca/priva

[Puppet Users] Re: 3.2.2 on CentOS 6.3, and "Did not receive certificate"

2013-07-19 Thread Forrie
Output of puppet config print for SSL : cacert = /var/lib/puppet/ssl/ca/ca_crt.pem cacrl = /var/lib/puppet/ssl/ca/ca_crl.pem cadir = /var/lib/puppet/ssl/ca cakey = /var/lib/puppet/ssl/ca/ca_key.pem capass = /var/lib/puppet/ssl/ca/private/ca.pass caprivatedir = /var/lib/puppet/ssl/ca/private capub

[Puppet Users] Re: Perform action when exported resources change

2013-07-19 Thread Sneha More
Hi George, You can directly use the fact hostname as $hostname in your manifest. So though the hostname changes, puppet will take the updated value of $hostname. Will you please elaborate about the scenario for new node? Do you want to use this hostname for certification signin

Re: [Puppet Users] PuppetMaster LB on top of OCFS2

2013-07-19 Thread Jakov Sosic
On 07/19/2013 09:16 AM, Wil Cooley wrote: - Reports processed with "rrdgraph" seem like a big risk. OK. - The CA store seems highly vulnerable to race conditions, unless you have such a low rate of node provisioning you can guarantee serial access -- but you probably would not need an

Re: [Puppet Users] Unable to start heartbeat service

2013-07-19 Thread Rahul Khengare
HI, There is no issue of puppet on editing /etc/sysconfig/network file. Cause of problem : Here, I edit template of "/etc/sysconfig/network" file in windows machine so the line-feed character is of windows, on transferring that template file on linux environment cause problem with network confi

[Puppet Users] Re: hiera-gpg and 400 error

2013-07-19 Thread Bernd Weber
The solution lies in changing the ownership of the .gnupg folder to be owned by puppet. chown -R puppet:puppet -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [Puppet Users] Announce: Puppet 3.2.3 Available

2013-07-19 Thread Darin Perusich
FWIW Puppet Labs could really simplify the creation of packages for linux distributions by leveraging the Open Build Service, formerly OpenSUSE Build Service. All you need to do to add a distribution is check a box and which architectures and the systems will automagically build and deploy the pack

[Puppet Users] Re: Resolving duplicated resources

2013-07-19 Thread Paul Tötterman
Hi, It seems there are a few ways to remedy this, such as defining a new class > for the mod_ssl > packageand > including that class in both modules. However, I'd like to figure out > if it's possible to rectify this situa

[Puppet Users] undefined method `use_ssl=' on Debian 7, Puppet Enterprise 3.0.0

2013-07-19 Thread Mathias Kaufmann
Hi, I've tested puppet on Debian 7, 64bit. When I run "puppet node classify" I get an error as shown below. Is this a configuration-problem or a bug? root@puppet:/etc/netboot# /opt/puppet/bin/puppet node classify --enc-server=localhost --enc-port=443 --enc-auth-user=console --enc-auth-passwd=p

Re: [Puppet Users] Announce: Puppet 3.2.3 Available

2013-07-19 Thread Moses Mendoza
Hi Justin, Yes, I'll try to get those up today. Moses On Wed, Jul 17, 2013 at 3:37 PM, Justin Brown wrote: > Moses, > > The Fedora 19 packages have not been updated. Could you issue packages for > http://yum.puppetlabs.com/fedora/f19/? > > Thanks, > Justin > > > On Mon, Jul 15, 2013 at 2:18 PM,

Re: [Puppet Users] Template not putting in new lines.

2013-07-19 Thread mepunite
That is exactly the problem ... Thanks you saved me hours of head scratching. On Wednesday, June 5, 2013 5:06:38 PM UTC+1, Javi Fontan wrote: > > I think that the problem is that you are converting the array into a > string: > > class { "test::v1_0" : > extra_hosts => "$extra_hosts", >

Re: [Puppet Users] Re: Package install error

2013-07-19 Thread Ripunjay Godhani
yes Sneha is right On 19 July 2013 16:44, sneha more wrote: > > > On Friday, July 19, 2013 12:45:50 AM UTC+5:30, Mark Hatch wrote: >> >> Here is my manifest... >> >> package { 'tractor blade': >> provider => 'rpm', >> ensure => present, >> sourc

[Puppet Users] Resolving duplicated resources

2013-07-19 Thread Adam Cohen
So I've run into a bit of a problem that has bitten many others in the past: I'm using module A and module B which both require package C, and I'm ending up with a duplicated resource definition for the mod_ssl package. In my case, the modules are puppet-rvm

[Puppet Users] Re: Package install error

2013-07-19 Thread sneha more
On Friday, July 19, 2013 12:45:50 AM UTC+5:30, Mark Hatch wrote: > > Here is my manifest... > > package { 'tractor blade': > provider => 'rpm', > ensure => present, > source => > 'puppet:///modules/mpsvfx/tractor-blade-1.7_1191418-linuxFC12_gcc

[Puppet Users] puppet master and fileserver separate problem

2013-07-19 Thread Aviar
my environment: 192.168.0.13puppet.uc.local 192.168.0.14puppetca.uc.local 192.168.0.15report.uc.local 192.168.0.16fileserver.uc.local 192.168.0.17agent01.uc.local i want run a master as fileserver (fileserver.uc.local) the puppet.uc.local and fileserver.uc.local use one ca.pe

[Puppet Users] Re: puppet cert error

2013-07-19 Thread G M
Thanks. This fixed it for me. :) :D On Wednesday, July 10, 2013 11:13:28 PM UTC+10, binaryred wrote: > > Felipe, > > Not sure if you found an answer to this, but I had the same problem and > found that my problem was corrupt certificate requests were generated while > the disk was full. After I

Re: [Puppet Users] PuppetMaster LB on top of OCFS2

2013-07-19 Thread Wil Cooley
On Jul 18, 2013 10:00 AM, "Jakov Sosic" wrote: > I'm trying to design a solution that will encompass load balancing > puppet master. > > I have two nodes, and idea is to connect them with DRBD, put some > cluster aware filesystem (OCFS2 or GFS2), and just link /etc/puppet and > /var/lib/puppet on