[Puppet Users] look for puppet users in the Tucson area

2013-07-22 Thread Joshua Hoblitt
Hello, I'm interested in organizing a PUG in the Tucson area with regular meetings on the University of Arizona campus. However, I'm not actually aware of any users in the area external to $day_job. If you are in the Tucson area or know someone who is, I'd be interested in meeting you even

Re: [Puppet Users] Puppet modules calling yum or repo's

2013-07-22 Thread Brendan O'Bra
The files are pulled from the agents - i.e. "yum install foo" or "svn up" are run on the agent (and not the master). On Mon, Jul 22, 2013 at 12:54 PM, Worker Bee wrote: > Hi Everyone; > > I am sorry if this sounds like a dumb question but, I am trying to > troubleshoot an issue and want to make

Re: [Puppet Users] Puppet Nagios resources

2013-07-22 Thread Pete Brown
On 23 July 2013 02:47, Matthew Nicholson wrote: > Jonathan, > > You would want to do it on the client level, when its exporting its host > definition, like: > > @@nagios_host { $hostname: > ensure => present, > alias => $hostname, > address => $ipaddress, > use => $template

[Puppet Users] How do I set global noop?

2013-07-22 Thread Sam Morrison
I'm trying to set a global noop but it doesn't seem possible, There are 2 bugs open about this which to me look pretty serious as the expected behaviour isn't the case. http://projects.puppetlabs.com/issues/21286 http://projects.puppetlabs.com/issues/6549 If anyone has a work around (that doesn

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

2013-07-22 Thread Forrie
Adding --debug to the config.ru didn't provide any real info -- not sure why, but the client continued to connect and I see this in the log: 10.101.0.10 - - [22/Jul/2013:15:11:15 -0400] "GET /production/certificate/machine.ourdomain.com? HTTP/1.1" 404 62 "-" "-" and nothing is returned. I'm wo

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

2013-07-22 Thread Forrie
I don't have selinux enabled on this system. -- 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 to puppet-users+unsubscr...@googlegroups.com. To post to this group, se

[Puppet Users] chocolatey, windows, powershell and fault bucket

2013-07-22 Thread Francesco Sacchi
Hi, I configured puppet open source with the chocolatey module and one windows client. When the puppet agent run as a service (not the interactive version) I can see in the windows event log some errors like Fault bucket 1734820220, type 5 Event name: PowerShell Fault bucket , type 0 Event na

Re: [Puppet Users] Re: Installing MSI failed with errror: The network name cannot be found.

2013-07-22 Thread Rob Reynolds
Can you send the manifest and output from puppet apply --debug --trace? Also do you have the agent already installed? -- Rob Reynolds Developer, Puppet Labs *Join us at PuppetConf 2013, August 22-23 in San Francisco - * http://bit.ly/pupconf13* **Register now and take advantage of the Final Coun

Re: [Puppet Users] Pruning policy required ?

2013-07-22 Thread Ramin K
On 7/22/2013 11:53 AM, Reginald Choudari wrote: I'm seeing on my puppetmasters that after a while, their /var/lib/puppet/reports folder eventually hogs up all available disk space. I'm just wondering how other people face this problem; is there some puppet configuration that will take care of thi

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

2013-07-22 Thread Yaniv Kaul
I'd also disable or move to permissive selinux. Y. On Monday, July 22, 2013 10:19:35 PM UTC+3, Forrie wrote: > > Adding --debug to the config.ru didn't provide any real info -- not sure > why, but the client continued to connect and I see this in the log: > > 10.101.0.10 - - [22/Jul/2013:15:11:15

Re: [Puppet Users] Puppet modules calling yum or repo's

2013-07-22 Thread Worker Bee
Ok, So, I am correct, each agent will need to be able to access the repo Thanks for clarifying! Bee On Mon, Jul 22, 2013 at 4:01 PM, Brendan O'Bra wrote: > The files are pulled from the agents - i.e. "yum install foo" or "svn up" > are run on the agent (and not the master). > > > On Mon,

[Puppet Users] AIX mcollective errors

2013-07-22 Thread Jonathan Reed
Each run of the mcollective is spitting out errors about being unable to connect to my virtual ethernet devices. root@hostname# /opt/puppet/sbin/refresh-mcollective-metadata entstat: 0909-003 Unable to connect to device vi0, errno = 19 entstat: 0909-003 Unable to connect to device

Re: [Puppet Users] Pruning policy required ?

2013-07-22 Thread Dan White
"tidy" (http://docs.puppetlabs.com/references/latest/type.html#tidy) has been suggested. I have not had good luck with it. I tried use it to clean files off of an FTP server that were 7 days old. It would not remove directories. I used a cron job instead . Two find commands: /usr/bin/find -

[Puppet Users] Puppet modules calling yum or repo's

2013-07-22 Thread Worker Bee
Hi Everyone; I am sorry if this sounds like a dumb question but, I am trying to troubleshoot an issue and want to make sure it is not my ignorance that is the issue. When using files from svn or yum repos in manifests, does the puppetmaster check out the files and then push them to the host? So,

[Puppet Users] Pruning policy required ?

2013-07-22 Thread Reginald Choudari
I'm seeing on my puppetmasters that after a while, their /var/lib/puppet/reports folder eventually hogs up all available disk space. I'm just wondering how other people face this problem; is there some puppet configuration that will take care of this. Otherwise, I can implement a simple cron ta

Re: [Puppet Users] chocolatey, windows, powershell and fault bucket

2013-07-22 Thread Rob Reynolds
What account are you running the service under? -- Rob Reynolds Developer, Puppet Labs *Join us at PuppetConf 2013, August 22-23 in San Francisco - * http://bit.ly/pupconf13* **Register now and take advantage of the Final Countdown discount - save 15%!* On Mon, Jul 22, 2013 at 9:51 AM, Francesc

[Puppet Users] Stage is a metaparam warning

2013-07-22 Thread Jakov Sosic
# puppet master --compile web01.example.com > /dev/null Warning: stage is a metaparam; this value will inherit to all contained resources in the yum::repo::base definition Warning: stage is a metaparam; this value will inherit to all contained resources in the yum::repo::epel definition Warning: st

[Puppet Users] Re: Puppet Master and Puppet Dashboard Server Fails to Send Report to itself

2013-07-22 Thread phundisk
Anyone have any idea on debugging methods I could apply? I have already tried the --debug method to the client run but I was not able to get any more information from that. On Wednesday, July 10, 2013 4:44:06 PM UTC-4, phundisk wrote: > > I have a puppet master who cannot send its puppet report

[Puppet Users] puppet ignoring dependencies

2013-07-22 Thread cko
hi everyone, my *site.pp* looks like this: node "server.my.fqdn" { class { "puppet_agent": } class {"base_config: require=>Class["puppet_agent"] } } im trying to achieve that the "puppet_agent" module is applied before the "base config" modules. howe

Re: [Puppet Users] chocolatey, windows, powershell and fault bucket

2013-07-22 Thread Francesco Sacchi
I have powershell 2.0 and .net framework 4.0 installed. and if I run puppet_interactive everything works... Il giorno lunedì 22 luglio 2013 17:16:28 UTC+2, Rob Reynolds ha scritto: > > Let's validate your settings. You should have powershell 2.0+ and .net > framework 4.0 installed. > > On the bo

Re: [Puppet Users] Puppet Nagios resources

2013-07-22 Thread Matthew Nicholson
Jonathan, You would want to do it on the client level, when its exporting its host definition, like: @@nagios_host { $hostname: ensure => present, alias => $hostname, address => $ipaddress, use => $template, hostgroups => $hostgroups, notes => "$manufacturer $p

[Puppet Users] Puppet Nagios resources

2013-07-22 Thread Jonathan Gazeley
Hi all, We've been using Puppet to write out our Nagios configs for ages. I think I understand it pretty well. Recently we've had reason to set 'target' on all Nagios resources, based on the fqdn of the monitored host. However I don't want to have to set 'target' by hand on all Nagios resourc

[Puppet Users] Module team update: 2013-07-15 - 2013-07-19

2013-07-22 Thread Ashley Penney
My apologizes to all the readers for not getting this out on Friday. It was 100F in my basement and it felt like I was melting, I completely forgot in my rush to escape the house and survive until today. Three weeks into working on modules and we're making steady progress. Things have slowed dow

Re: [Puppet Users] chocolatey, windows, powershell and fault bucket

2013-07-22 Thread Rob Reynolds
So let's set the service to run under your user name. Once you've done that, restart the service. Also, do you have chocolatey already installed? or are you installing it with puppet? -- Rob Reynolds Developer, Puppet Labs *Join us at PuppetConf 2013, August 22-23 in San Francisco - * http://bit

Re: [Puppet Users] chocolatey, windows, powershell and fault bucket

2013-07-22 Thread Rob Reynolds
Let's validate your settings. You should have powershell 2.0+ and .net framework 4.0 installed. On the box you can quickly validate powershell by opening a command shell and typing powershell. -- Rob Reynolds Developer, Puppet Labs *Join us at PuppetConf 2013, August 22-23 in San Francisco - *

Re: [Puppet Users] chocolatey, windows, powershell and fault bucket

2013-07-22 Thread Francesco Sacchi
I tried both with my own account (which is domain administrator) and with another (local) administrator.. Il giorno lunedì 22 luglio 2013 17:02:32 UTC+2, Rob Reynolds ha scritto: > > What account are you running the service under? > > -- > Rob Reynolds > Developer, Puppet Labs > > *Join us at Pup

[Puppet Users] Report processor failed: Failed to update events: unknown DS name

2013-07-22 Thread WP Koh
can anyone help to advice on how should i troubleshoot this problem? It didn;t causing big issue but the message keep repeating in the message log. I have checked there is no hostname as mentioned in manifest. Report processor failed: Failed to update events: unknown DS name 'failure' thanks -

Re: [Puppet Users] Puppet resources and Nagios Contacts\Contactgroups

2013-07-22 Thread Jakov Sosic
On 02/11/2013 02:23 PM, JamieC wrote: > And generating them with; > > Nagios_contactgroup <<||>> > Nagios_contact <<||>> > > Is there a way to create a list such as ; > name1:username1:emailaddress1 > name2:username2:emailaddress2 > > And "loop" the creation? Puppet doesn't sup

Re: [Puppet Users] How to check service status to write monit snippet.

2013-07-22 Thread Jakov Sosic
On 02/23/2013 06:33 PM, eduardo wrote: > Hi all. > I'm working on monit module. I have an array of services to configure > monit via ENC. > I need a consistent module logic so services arriving as input > parameter must running on node agent. > > I'm trying to find out if there is services run

[Puppet Users] Re: Installing MSI failed with errror: The network name cannot be found.

2013-07-22 Thread tinu
puppet apply --debug scomagent.pp: info: Loading facts in C:/ProgramData/PuppetLabs/puppet/var/lib/facter/defaultgateway.rb info: Loading facts in C:/ProgramData/PuppetLabs/puppet/var/lib/facter/networkadapters.rb warning: Deprecation notice: Resource references should now be capitalized on l

[Puppet Users] Puppet kick exists with 0 even when puppet run has failures

2013-07-22 Thread MrTeleBird
Hello, when applying this patch to my /usr/lib/ruby/site_ruby/1.8/puppet/application/kick.rb file: http://projects.puppetlabs.com/issues/6255 I get this error message: *undefined method `logs' for nil:NilClass* anyone knows what am i missing?? thanks!! Cesar -- You received this message

[Puppet Users] Re: puppet master and fileserver separate problem

2013-07-22 Thread Aviar
thank you for reply, i change: ensure => present, but still not work 在 2013年7月21日星期日UTC+8下午10时01分00秒,Sneha More写道: > > Hi Aviar, > I think you should try this once. > > class test { > notify { "hello world": } > > file { '/home/puppet/hello': > owner => "root", >

[Puppet Users] Re: Installing Puppet on Windows: Error 1053

2013-07-22 Thread Иван Кадочников
Thanks for the information, I somehow managed to not notice your response for several days. On Wednesday, July 17, 2013 6:52:43 PM UTC+2, Josh Cooper wrote: > > > > On Wednesday, July 17, 2013 9:27:05 AM UTC-7, Иван Кадочников wrote: >> >> Hi all, >> >> I have trouble installing puppet open sourc

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

2013-07-22 Thread George Brown
Hi Sneha, This is for a GPFS (IBM parallel file system) cluster. When a new client is added it needs to be added by an node that is already part of the cluster. I'm trying to automate this through puppet E.g. node80 has just been provisioned After installing the client packages I need to add the