Re: [Puppet Users] install vmware tools through puppet

2012-09-24 Thread Elias Abacioglu
I think that you can specify vmware version with a variable or something for the razors edge module.. Otherwise I can soon try to publish my vmware tools module.. Though it's not written as nice as razorsedge -- You received this message because you are subscribed to the Google Groups "Puppet

Re: [Puppet Users] puppetd locking up?

2012-04-11 Thread Elias Abacioglu
I have the same issue I think. With 2.7.6 and 2.7.11. https://projects.puppetlabs.com/issues/13000 -- 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

Re: [Puppet Users] Re: zombie child process

2012-03-04 Thread Elias Abacioglu
Dominik Zyla skrev 2012-03-04 17:04: Hi, Just take a look into your logs. You'll see something like: (/Stage[main]/Mcollective::Server/Service[mcollective]) where `Mcollective::Server' points to `mcollective::server' subclass in the catalog. Just look for such log format and you'll know proce

[Puppet Users] zombie child process

2012-03-02 Thread Elias Abacioglu
Hi, This is the third or fourth time this happens. But puppetd gets a zombie shell childprocess and then never finishes the run. /opt/tc-puppet/bin/ruby /opt/tc-puppet/sbin/puppetd \_ [sh] How do I begin looking on what can be wrong? This error has appeared on both 2.7.6 and 2.7.11. Regards,

Re: [Puppet Users] Exec provider shell with 'for' loop

2012-02-29 Thread Elias Abacioglu
Antidot SAS skrev 2012-02-29 11:04: I have extremely big trouble using " instead of ', any idea? You could try replacing double escaping \\ and see if that works. Perhaps it's simpler if you have file { /tmp/script.sh : content => "for ...$variable" } or using a template and create a .erb

Re: [Puppet Users] Re: 32bit and 64bit version of a package

2012-02-29 Thread Elias Abacioglu
I have a similar problem. I did not find a way to install just the 32bit package. I wanted to install 32 bit compat-libstdc++33.i686 because HP Operations Agent needs it, even if it's a 64 bit agent. You can do like this: package { 'compat-libstdc++-33.i686' : ensure => present } But the pro

Re: [Puppet Users] Re: neatest way to determine a major version of centos/linux?

2012-02-12 Thread Elias Abacioglu
On 8 February 2012 02:37, d...@looprock.com wrote: I use this: Facter.add("operatingsystemrelease_mv") do setcode do %x{cat /etc/redhat-release |awk \{'print $3'\}|cut - c1}.chomp end end I think that will fail on centos. This line is better, works on centos/r

[Puppet Users] ssh::auth sign of life?

2012-01-27 Thread Elias Abacioglu
Hi, First I would like to start of with a quote from http://projects.puppetlabs.com/projects/puppet/wiki/Module_Ssh_Auth_Patterns. "ssh::auth is currently in an unstable release. Please test it, and report bugs and feature requests on the Puppet users mailing list. Based on the results of peop