RE: [Puppet Users] Announce: Puppet 3.5.0 now available!

2014-04-07 Thread Kinzel, David
-Original Message- From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of Eric Sorenson Sent: Thursday, April 03, 2014 3:33 PM To: puppet-users@googlegroups.com Subject: [Puppet Users] Announce: Puppet 3.5.0 now available! Puppet 3.5.0 is now available as

RE: [Puppet Users] RHEL4 + puppet 3.x?

2014-02-11 Thread Kinzel, David
I know this subject has been hashed over previously, but I'm not able to get a resolution from the discussion. See:  https://groups.google.com/forum/#!msg/puppet-users/UJecs2MgkZo/bgjZ8kOvUlYJ From what I understand, the problem with getting RHEL4 3.x puppet agent working with puppet 3.x

RE: [Puppet Users] question about file {} type

2013-11-25 Thread Kinzel, David
On 25 Nov 2013 18:14, Stuart Cracraft smcracr...@gmail.com wrote: My class reads like: class name1::name2 ($gidvariable) {   file { somepath-to-file: ensure = file, mode = '0640', gid = $gidvariable,  } } Try group instead of gid. This email communication and any files

RE: [Puppet Users] Re: Unable to create the rrd graph

2012-10-17 Thread Kinzel, David
On Tuesday, October 16, 2012 9:45:49 AM UTC-4, Nishant Jain wrote: Hello Everybody,                            I have been trying to use the rrdgraph reporting feature available in puppet.                            After performing all the instruction maintained on the site 

RE: [Puppet Users] File diff in log

2012-07-31 Thread Kinzel, David
From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of Antidot SAS Hi everyone, Just a quick question since lately, when puppet runs in verbose mode I do see anymore the diff from the current file and the file from the puppet master (version 2.7.18) is this

RE: [Puppet Users] manifest variable with sed - problem

2012-07-25 Thread Kinzel, David
From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of Christopher Wood [snip] You could use an inline template to run the substitution via ruby. Example: $java_home = inline_template('%= /jre-([0-9])u([0-9]+)/.match(name); p = /opt/jre1. + $1 + .0_ + $2 %') So

RE: [Puppet Users] Puppet and Ruby 1.9

2012-06-19 Thread Kinzel, David
From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of Ohad Levy Sent: Tuesday, June 19, 2012 8:13 AM To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Puppet and Ruby 1.9 Do you know which version of puppet

RE: [Puppet Users] Puppet and Ruby 1.9

2012-06-18 Thread Kinzel, David
On Mon, Jun 18, 2012 at 10:02:10PM +0300, Ohad Levy wrote: On Mon, Jun 18, 2012 at 9:32 PM, Forrie for...@gmail.com wrote: What is the status of compatibility with Puppet 2.7.16+ and Ruby 1.9? I searched through this group and found some older posts. I am not certain what the core

RE: [Puppet Users] Re: HTTP 400 errors when using storeconfigs

2012-06-13 Thread Kinzel, David
On Wed, Jun 13, 2012 at 3:58 PM, Jared Ballou jbal...@jballou.com wrote: I ran into this issue when Active(Record|Model|Support) had a version higher than 3.0.11. I'm running RHEL6 x64 with Ruby 1.8.7 from RPM and MySQL gem 2.8.1 built from source, if that rings true for you. Which versions

RE: [Puppet Users] Could not load confine test 'operatingsystem': cannot load such file -- puppet/provider/confine/operatingsystem

2012-03-28 Thread Kinzel, David
These are harmless: http://projects.puppetlabs.com/issues/11325 -Original Message- From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of lth Sent: Wednesday, March 28, 2012 2:08 PM To: Puppet Users Subject: [Puppet Users] Could not load confine test

RE: [Puppet Users] Re: SSLv3 read server certificate B: certificate verify failed. -- Not time related

2012-03-20 Thread Kinzel, David
Take a look at bug 8858 and 9084. But have some suggested fixes to see if you are hitting them. If you are running the client and master on the same server thought (and both are using the same cert) this may not be the case. From:

RE: [Puppet Users] net ads join

2012-03-05 Thread Kinzel, David
exec { path = /usr/bin, onlyif = 'test `net ads testjoin 21 | grep Join | sed -e \'s/ *Join is OK*/1/g\' -ne 1' command = 'net ads join -U administrator%password createcomputer=Samba } The onlyif doesn't work if the result of the testjoin returns Join is OK, depending on the test

RE: [Puppet Users] Modifying a FACT Value In a Manifest

2012-02-29 Thread Kinzel, David
In my network every subnets default gateway is X.X.X.1. That router gateway is always running ntpd which I want to give be default as the ntp server in every hosts ntp.conf. Since there is no official default gateway fact yet, what I want to be able to do in my manifest is take the

RE: [Puppet Users] Re: Deploying puppet via NFS

2012-02-27 Thread Kinzel, David
Here are the errors in full, and demonstrating the entire path: [ /local]# bin/gem list *** LOCAL GEMS *** facter (1.6.5) puppet (2.7.11) [ /local]# bin/puppet --version /local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require': no such file to load -- openssl

RE: [Puppet Users] Puppet in the DMZ via proxy

2011-10-20 Thread Kinzel, David
On Thu, Oct 20, 2011 at 12:46 PM, Geoff Galitz ggal...@shutterstock.com wrote: We're thinking of ways to get our DMZ nodes managed by puppet, and in the absence of a full-fledged push model we are thinking about pointing puppets in our DMZ network at a bastion host running squid to proxy

RE: [Puppet Users] Exec resource not being applied properly

2011-08-26 Thread Kinzel, David
Hi folks, I have the following resource on my test environ: exec { /bin/sed -i 's/^SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config: path = [ '/usr/bin', '/bin' ], onlyif = /bin/grep '^SELINUX=enforcing' /etc/sysconfig/selinux 2/dev/null, logoutput = true, }

RE: [Puppet Users] Run command based on OS version

2011-08-08 Thread Kinzel, David
I'm trying to write a script that runs command based on version of Redhat OS. For example, if the RHEL version is 6.0, it will run command. I was able to write file read script in ruby that would read file and execute but it didn't seem to work in puppet script. Has anyone done something like

RE: [Puppet Users] Managing local + LDAP users and groups

2011-06-14 Thread Kinzel, David
Our environment (mostly RHEL) uses LDAP for user and group administration. Unfortunately, we have some cases where (broken) software insists on local users and groups. I'm guessing it's checking the files directly instead of using the proper system calls. Our current process is to create the

RE: [Puppet Users] Testing, testing . . .

2011-06-10 Thread Kinzel, David
Shouldn't your catalog apply any changes to the services then, and just notify yourself on failures? Or am I missing a bigger picture here? From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of Yushu Yao Sent:

RE: [Puppet Users] Client updates

2011-05-25 Thread Kinzel, David
-Original Message- From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of Brian Cully Sent: Wednesday, May 25, 2011 11:16 AM To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Client updates On May 25, 2011, at 1:12 PM, Douglas Garstang wrote:

RE: [Puppet Users] exec resource failing

2011-03-02 Thread Kinzel, David
-Original Message- From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of Tim Dunphy Sent: Wednesday, March 02, 2011 11:17 AM To: puppet-users@googlegroups.com Subject: [Puppet Users] exec resource failing hello list I was hoping to get an opinion as to

RE: [Puppet Users] Make puppet clients look at a domain name rather than an IP?

2011-02-16 Thread Kinzel, David
In the docs it says one must add a line to the /etc/hosts file with the name puppet and the IP of the puppet master. This isn't a possibility for us as the IP is subject to change. Is it possible to configure the puppet clients to look for a specific domain to find the master? eg.

RE: [Puppet Users] Re: Report rrdgraph failed: could not create RRD file

2011-02-09 Thread Kinzel, David
Any luck with this? I'm running 2.6.4 and I'm encountering the same issue with my puppetmaster and agents on centos 5.5. The issue appears to be with client reports being sent back. For the changes attribute, it sends values: [] instead of what it expects, values: [- - sym/ruby, - total, 0]

RE: [Puppet Users] Documentation contribution opportunity - Please help!

2010-08-27 Thread Kinzel, David
There are no directories named `types` or `providers`. There are no files anywhere in the entire repo named `typename.rb` or `functioname.rb`. Perhaps he means types as in these: lib/puppet/type/*.rb? Same goes for providers. This email communication and any files transmitted with it may

RE: [Puppet Users] Why is a package statement ignored?

2010-06-25 Thread Kinzel, David
The xinted package gets installed, and if I removed it, gets reinstalled. The package libacl is never installed and no error is logged about it... So rpm -q libacl matches nothing? Any idea why that would be? Manually running yum install libacl does get it installed. It puppet detecting a

RE: [Puppet Users] overriding resources

2010-06-25 Thread Kinzel, David
Actually, it's pretty trivial. Just put: Package { require = Exec[apt-get update] } in the root of your manifests. One typical place is the beginning of site.pp. The -y flag might be needed for it to work without user interaction. Technically, I recommend putting all your package init in a

RE: [Puppet Users] not managing attribute password

2010-06-23 Thread Kinzel, David
Hello, I had this issue before, and it was resolved by just installing ruby-shadow on the client. But this time, I already have ruby shadow installed, and still I'm getting error message: Provider useradd does not support features manages_passwords; not managing attribute password rpm -qa

RE: [Puppet Users] Multiple Puppet Servers

2010-05-14 Thread Kinzel, David
Hi, Is there any way to define multiple puppet servers in client configuration so that if my one puppet server is down then my production config changes can be applied from other puppet server. I am using apache and Mongrel for puppet load balancing. Shouldn't your load balancing take care of