similar to: ANNOUNCE: 0.24.1 is out

Displaying 20 results from an estimated 2000 matches similar to: "ANNOUNCE: 0.24.1 is out"

2007 Dec 03
1
conf directory
Hi, I have noticed that in the conf directory of the puppet gem there are a bunch of files such as: - init.d scripts for starting/stopping puppetd - sysconfig files for redhat - logrotate files .. etc Is there some automatic way of using these files or are they just example config files that we can install ourselves. thanks, Iain. -- Iain Pople Systems Interface Technical Lead University
2007 Dec 20
2
0.24.0 won''t start
Hi, I am having a problem where puppetd won''t start on one of my RHEL 5 machines with the --listen option enabled. 0.23.2 seems to run fine but 0.24.0 dies leaving the pid file still there. I installed puppet using the latest gem from reductive labs. It works fine on what is meant to be an identical system. I tried running strace and it seems to exit after trying to write to a bad
2007 Nov 29
3
gem provider non-interactive
Hi, I was wondering if there is any of getting the gem package provider to run non-interactively? When upgrading mongrel it fails because it gets prompted for which version to install: Attempting remote update of mongrel Select which gem to install for your platform (x86_64-linux) 1. mongrel 1.1.1 (ruby) 2. mongrel 1.1.1 (jruby) 3. mongrel 1.1.1 (mswin32) 4. mongrel 1.1 (mswin32) 5.
2008 Feb 04
5
possible issue with puppet/yum - maybe a repeat
Hi working with the following puppet-0.24.1-1 puppet-server-0.24.1-1 ruby-1.8.1-7.EL3.8 rhel3 u8 The puppetmaster is running on rhel4 u5 I am working with puppet and rhel3 u8 and I have any an issue anytime I ask puppet to interact with yum for the record - yum from the cli works perfectly I setup a class to manage ntpd and in the class I have the following function # make sure ntpd is
2007 Dec 19
1
[Puppet-dev] 0.23.3 release
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all There is some discussion of doing a 0.23.3 release to backport a number of bugs fixes from 0.24.0. What do people think of this idea? Would you prefer a dot upgrade to 0.23.3 or are most planning to upgrade cleanly to 0.24.x? I understand from Luke that 0.24.1 will be released shortly and that 0.23.2 clients should cleanly connect and
2007 Dec 23
6
modules fileserver section
On the module organization wiki, we''re got the following statement: To control access to the files in modules, the fileserver configuration can contain an explicit declaration of a ``modules`` module:: ... however, I thought the fileserver couldn''t define module or any section that is in the module paths. Has anyone tried this? And if it doesn''t work, is there
2007 Dec 17
21
New error in Centos 5.1
Just started a "pilot" puppet server for real after messing around in VMs for the past week or so... I used the 0.24.0 since it was available, and on the test run, got this: err: Could not prefetch package provider ''yum'': Execution of ''/usr/bin/python /usr/lib/ruby/site_ruby/1.8/puppet/provider/package/yumhelper.py'' returned 512: /usr/bin/python:
2007 Nov 23
9
Usage of ''case'' in site.pp
Hi Does anyone know if the following is supposed to work? ------------------------------------------------------ site.pp case $psi_rank { Devel: { import "Devel/psi_gfa/*" import "Devel/nodes" import "Devel/os/yum_update" } Prod: { import "Prod/psi_gfa/*" import "Prod/nodes" import
2008 Apr 24
9
puppet ldap integration question
I want to deploy puppet with openldap for specific node configuration, but only for specific nodes, every other node (not in LDAP) should follow the ''default'' node definition. Is it possible to mix and match like this? As I try it I am getting err: Could not retrieve catalog: Could not find node ''myhostname'' instead. -- Mark Foster - Sr. Systems Engineer
2007 Dec 18
4
Pulling Strings with Puppet: Automated System Administration Done Right (Paperback)
http://www.amazon.com/gp/product/1590599780/ This looks awesome! Any ETA? Best, Adam
2008 Apr 12
8
Question: Do all puppetd run at the same time?
(I know more questions... :-)) I know the default for puppetd is to check puppetmasterd every half hour, but my question does each puppetd check at the same time? Or does it depend when puppetd is started or like a cronjob does it run at the 1/2 hour and hour mark? Is there some randomness to the times they run? My point is if they all run at the same time then if you have a large amount of
2008 May 06
5
Removing node from puppet doesn't remove it from Stored Config database
Hi, I have deleted ''nodes'' from manifest file, but this is not being reflected in the Stored Configuration database in Postgres - I can still see the host in the ''hosts'' table in Pupp. Is puppet meant to be automatically cleaning up the database? Regards, Craig --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2010 Sep 21
7
Windows Puppet testing
Hi all, I have a requirement and decided to test puppet on the win32 platform to see if it would work for me. I have facter running great ( gives all the system information / platform etc etc ). Now the problem I see is if I use the github clone and try to run anything I get puppet/bin/puppet:3:in `require'': no such file to load -- puppet/util/command_line (LoadError) | and then
2007 Oct 02
5
Is there have a synctax check tool ?
hello,all. Is there a have some tools to check the puppet manifests before to use it ? like nagios -v nagios.cfg .the new version puppet client can''t get error syntax message,so ,when have some syntax error I can''t found it. -- Huang Mingyou
2007 Oct 04
5
use client''s server variable instead of $servername?
Our puppetmaster runs on a host with multiple interfaces connected to various private networks, with different hostnames for each IP. I''m trying to use $servername in modules to copy files over a private network, but this is always set to the public hostname of the server. That route is blocked by a firewall. Is there a way to use the server variable in puppet.conf in manifests?
2007 May 04
2
Sieve not recognizing keywords
First, I've been lurking and using dovecot for a few years now and I've always liked it, great piece of software! :) I've finally decided to clean up my act here and get virutal users and get postfix (2.3), dovecot (1.0.0) and deliver to play nice, using postfixadmin. I have it 99% there, but one thing is left: When I receive mails, deliver finds my virtual home dir and then tries
2010 Apr 14
7
SuSE and zypper
Hi, I found the zypper provider mentioned on this list in another thread, but it failes with the flowing error : Package[kvm]/ensure: change from 0.11.0-4.5.2 to true failed: Could not update: undefined method `zypper'' for #<Puppet::Type::Package::ProviderZypper:0x7fd1acf9e360> at Is the latest provider broken? Is there interest in making this work / making it complete. I
2012 Aug 24
3
Chart of the most common Ruby I should know for puppet 3?
Hi all, Being new to puppet 3 and to Ruby. Does there exist a chart of the Ruby I should know? Hugs, Sandra -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/yuEGLZKgC_4J. To post to this group, send email to puppet-users@googlegroups.com. To
2007 Jul 31
2
Node and Class unique naming
All I am doing some testing and have a quick question. Do class and node names have to be unique? I define a node: node test { include test } and a class called test. When I run the test node and connect I don''t get an error but no configuration is applied to the node. Is this normal behaviour or a bug? If it''s normal behaviour should Puppet tell you about the
2008 Aug 21
11
spam on this list..
Is there anyway we can get rid of this crap on this list? It''s getting old fast. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to