Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread Cody Robertson
I'll test it on more versions tomorrow to see if I can pinpoint exactly where the change happened: http://projects.puppetlabs.com/issues/7039 -- 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@goog

Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread James Turnbull
Cody Robertson wrote: > I've only tested this on 1.5.8 where it worked. Upgraded to 1.5.9rc5 and it > appears broken. > Can one of you please log a ticket for this - we'd obviously like to fix it before we release Facter 1.5.9. Thanks James -- James Turnbull Puppet Labs 1-503-734-8571 --

[Puppet Users] Re: Deploying puppet with puppet, best practices

2011-04-10 Thread Cody Robertson
The spec file specifies two packages - a client & server. I'm not sure how PE updates work however. -- 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 gro

Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread Cody Robertson
I've only tested this on 1.5.8 where it worked. Upgraded to 1.5.9rc5 and it appears broken. -- 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, sen

Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread Tony G.
I tried with rc4, upgradec to rc5 and same behavior, which version you tested out before, I recall testing on 1.5.7 too, with the same thing. Thanks. On Sun, Apr 10, 2011 at 8:42 PM, Cody Robertson wrote: > Er, I upgraded to Facter rc5* > > -- > You received this message because you are subscr

Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread Cody Robertson
Er, I upgraded to Facter rc5* -- 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 puppet-users+unsubscr...@googlegroups.com. For more

Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread Cody Robertson
It looks like it's a bug in 1.5.9. I upgraded this particular node to the latest (rc4) and now the multiple facts don't work as you initially described. I'd recommend opening a bug report as something changed across versions to cause this. -- You received this message because you are subscribe

Re: [Puppet Users] Re: ssh_authorized_key type not working

2011-04-10 Thread Ben Hughes
On Fri, Apr 08, 2011 at 09:50:12AM -0700, Corey Osman wrote: > What do you mean change encryption to type? Do you mean change type > => "ssh-rsa" to encryption=> "ssh-rsa"? Yeah, encryption isn't a valid keyword. You need "type => '...' instead. -- Ben Hughes || http://www.puppetlabs.com/ --

Re: [Puppet Users] Getting client information instantly

2011-04-10 Thread Mohamed Lrhazi
Sound like you need MCollective: http://docs.puppetlabs.com/mcollective/ On Sun, Apr 10, 2011 at 6:12 PM, John Chris Richards wrote: > Hi all > > I wanna take a list of running services on the client instantly. Can I > do this with puppet? > For example, is it possible to write a custom facter

[Puppet Users] Certificate Issues.... again

2011-04-10 Thread Douglas Garstang
I don't know what it is with puppet's certificates, but once again, they are behaving strangely. Client is reporting: debug: Using cached certificate for auth01.fre.livegamer.com /usr/lib/ruby/site_ruby/1.8/puppet/ssl/host.rb:166:in `certificate' /usr/lib/ruby/site_ruby/1.8/puppet/ssl/host.rb:227:

[Puppet Users] Getting client information instantly

2011-04-10 Thread John Chris Richards
Hi all I wanna take a list of running services on the client instantly. Can I do this with puppet? For example, is it possible to write a custom facter and send it to the client so I can get the running services information whenever I want via REST. Is my logic correct? Or there is another thing t

Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread Tony G.
Facter 1.5.9 Thanks sent from my android On Apr 10, 2011 4:09 PM, "Cody Robertson" wrote: Strange - in the example I used the file is named lvemanager_versions.rb while the facts are lvemanager_version and lvecpanel_version. Although it's highly unlikely this is the problem I'm running facter

Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread Cody Robertson
Strange - in the example I used the file is named lvemanager_versions.rb while the facts are lvemanager_version and lvecpanel_version. Although it's highly unlikely this is the problem I'm running facter 1.5.8 which is one version you're not running.. -- You received this message because you

Re: [Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread Tony G.
On Sun, Apr 10, 2011 at 1:56 PM, Cody Robertson wrote: > Can you invoke any custom facts at all? I suspect it facter might not be > looking in the right directory for your puppet facts and thus it's not > finding them when run it locally. > > I've confirmed no issue with defining multiple facts i

[Puppet Users] Re: Mutliple custom facts not showing in facter

2011-04-10 Thread Cody Robertson
Can you invoke any custom facts at all? I suspect it facter might not be looking in the right directory for your puppet facts and thus it's not finding them when run it locally. I've confirmed no issue with defining multiple facts in a single file / calling them with facter locally: root@falco

Re: [Puppet Users] importing classes to the dashboard

2011-04-10 Thread Mohamed Lrhazi
Did you find an answer to this question? How do you I import my classes/modules into the dashboard, so I can use it as node terminus? Thanks, Mohamed. On Mon, Jan 10, 2011 at 11:01 AM, Adriana wrote: > Hello, > I would like to know if it is possible to automatically import the > puppet classes

Re: [Puppet Users] Re: Node classifier not loading any defined classes

2011-04-10 Thread John Warburton
On 8 April 2011 19:09, Felix Frank wrote: > > *Parts* of your modules. You can't have custom resource types or custom > > functions per environment. And that sucks. > > You can't? Is there a bug for this that I can vote on? > > http://projects.puppetlabs.com/issues/4409 -- You received this m