search for: puppe

Displaying 12 results from an estimated 12 matches for "puppe".

Did you mean: puppet
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 subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To...
2012 Mar 14
2
hiera on puppet 2.6.12
Hi, I''m trying to use standard hiera on puppet (gentoo). I simply did # gem install hiera Then setup /etc/hiera.yaml When i call the hiera() function in puppet i get "Error 400 on SERVER: Unknown function hiera at /data/puppet/manifests/ site.pp:27" Is there a step that I''m missing? BTW. standalone hiera works fine....
2012 Feb 27
1
Tags issue
Hi , I am using tags according to environments Eg: prd_env and stg_env How do i implement a default node Eg: node default inherits basenode { tag("prd_eu")|("stg_eu")) include general } The above does not work. I invoke the puppe agent puppet agent --test --noop --server=puppetmaster.domain.local -- tags=prd_env|stg_env Any ideas how i can allow both the env''s to use the default node.? Regards, Kevin -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To...
2012 Jul 23
2
fedoar 17 and puppet dashboard
Hello, I add a node Fedora 17. The reports are a aperture in puppet-server in /var/ lib/puppet/reports but not in Dashboard. While all other Fedra (16, 15, 14) are visible in Dashboard. Do you have an idea? Thank you. mauris -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on th...
2007 Nov 16
3
File copy problem
I''ve got puppet to do some interesting things in my development farm. However getting a file to disk has me stumped. I''m pretty sure I''m making a simple mistake but I''ve been over it and I don''t see it. Aside: the Type Reference claims that ''it is expected that the...
2013 Aug 30
1
Could not find certificate Error: header too long
I''m having a strange issue: A new machine created this morning showed thi error: ON PUPPET AGENT [root@wso2greg ~]# puppet agent --environment=production --verbose --no-daemonize --debug Debug: Puppet::Type::User::ProviderUser_role_add: file rolemod does not exist Debug: Puppet::Type::User::ProviderPw: file pw does not exist Debug: Failed to load library ''ldap'' for...
2012 Jul 10
0
reply: puppet mcollective problem
I find the cause of the problem, because the client and server time not synchronization. 发件人: 刘亚丹 [mailto:lyflyd@gmail.com] 发送时间: 2012年7月10日 10:10 收件人: ''puppet-users@googlegroups.com'' 主题: puppet mcollective problem Hi, I am a new puppet user . I had some trouble when I using the mcollective. Soft info: Mcollective :2.0.0 Rabbitmq: 2.8.2 stomp :1.2.4 the problem description:...
2013 Jan 04
3
Internal server error
Hi All, Anyone can please guide- I am using puppet master provided on puppet website(LINUX ,centOS) and setup 5 agent. But Started getting attached error since last number of days. Anyome please guide how i can overcome from this issue? Which files i can delete from the puppe master. Thanks, Mamta -- Thanks and Regards, Mamta Garg -- You...
2007 Nov 13
7
Exported resources & exec ?
...ces are a still experimental. So my problem might well be a design limitation of how exported resources are working. My issue: I''m trying to export a file resource that is created by an exec block. The file is exported fine and collected fine but it is always empty on the other host. The puppet snippet: class djbdns { define master($ip) { root="/var/lib/service/${name}" ... # export public keys @@file { "/var/lib/puppet/modules/djbdns/masters.d/${ipaddress}-${name}.pub": ensure => file, alias => "master-key-${name}",...
2010 Jul 22
9
First Foray into Parameterized Classes.... not so good
I have this: class foo::foobar ($version) { } which is called like this: class facility::sanjose inherits facility::common { class { foo::foobar: version => "1.3.13" } } puppet complains with this on the client: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find parent resource type ''facility::sanjose'' of type hostclass in production at /etc/puppet/modules/facility/manifests/sanjose/logserver.pp:1 on node slog01.pax.xxx.c...
2010 Dec 10
3
Re: [Puppet-dev] Converting to Ruby DSL
On Dec 8, 2010, at 11:09 AM, Ken Barber wrote: > (cross posting here as I originally posted in puppet-users - I figure the question is more of a dev one then for puppet-users) > > Hi everyone, > > I''m experimenting with converting some of my live puppet content to > Ruby DSL and have found a few gaps I wouldn''t mind some advice on. I''m > not sure how...
2012 Apr 24
9
Moving from Puppet 0.25 to Puppet 2.6+ : global scope/variables
Hi, I worked with puppet (< 0.25) back in 2008/2009. We were able to deploy 200 servers from scratch and manage them. It worked fine. I''m now with a new customer and I''m pushing Puppet (and I''m also back to puppet on a side project). We''re considering Puppet 2.6 to manage RHEL/Cent...