[Puppet Users] Re: Unable to get storedconfigs to work

2009-06-30 Thread Roberto Moral


Puppet gets confused when multiple version of the gem are installed,  
if I remember correctly you need 2.2.2 version of the gems, 2.3 wont  
work.


On Monday,Jun 29, 2009, at Monday,Jun 29, 20093:01 PM, Felix Schäfer  
wrote:

>
> Hello Nigel,
>
> Am 29.06.2009 um 17:52 schrieb Nigel Kersten:
>
>> Do you possibly have multiple versions installed?
>
> I did, deleted all but the newest, no change.
>
> Felix
>
> >


--~--~-~--~~~---~--~~
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 options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~--~~~~--~~--~--~---



[Puppet Users] Re: Forcing puppetd ask puppemasterd for new changes

2009-07-01 Thread Roberto Moral

In order to use puppetrun you need to run puppetd with the --listen  
option, you will also need a namespaceauth.conf client side 
(http://reductivelabs.com/trac/puppet/wiki/NameSpaceAuth 
)

from http://reductivelabs.com/trac/puppet/wiki/PuppetExecutables#id7

puppetd
Puppet's agent. It does not know how to find or compile manifests and  
is only useful for contacting a central server. Note that there are  
multiple clients that can be loaded within this agent, and the agent  
can listen for incoming connections. If you start it with --listen, by  
default it will accept triggers from puppetrun, but puppetd will  
refuse to start if listen is enabled and it has no namespaceauth.conf  
file. It can load other handlers; check its documentation for more  
detail.




On Wednesday,Jul 1, 2009, at Wednesday,Jul 1, 20098:36 AM, Pavel  
Shevaev wrote:

>
> Guys, I seriously could not find this topic in the documentation.
>
> What do you do when you need to force puppetd hosts get the new
> settings from puppetmasterd?
>
> What I found was only sending USR1 signal to the client process in
> order to make it refresh its configuration from the master.
> But I find it a bit inconvenient for a large amount of hosts.
>
> There is also puppetrun which, if I understand correctly, can make
> specific puppet hosts check for new changes.
> However it seems it tries to connect to port 8139 and for some reason
> my puppetd hosts are not listening on this port, while puppetd is
> running for sure.
> I believe it can be configured somehow, I just thought it was the
> default option...
>
> And finally, how often does puppetd running in the daemon mode ask
> puppetmasterd for new chages? Does it do it more than once?
>
> puppetd --help says(I'm using 0.24.4 on Gentoo):
>
> ==
> Synopsis
> 
> 
> Currently must be run out periodically, using cron or something  
> similar.
>
> ===
>
> Is it true?
>
> Thanks in advance.
>
> -- 
> Best regards, Pavel
>
> >


--~--~-~--~~~---~--~~
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 options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~--~~~~--~~--~--~---



[Puppet Users] Re: Solaris /etc/user_attr file - anyone ever tried to manage this?

2009-08-10 Thread Roberto Moral

I am currently managing it as a file, mainly because the only extra  
entry I have there is for Oracle.


On Monday,Aug 10, 2009, at Monday,Aug 10, 20091:24 AM, Greg wrote:

>
> Hi all,
>
> Am starting to look at managing some of the extended Solaris
> authorisations starting with /etc/user_attr. Has anyone looked at this
> before?
>
> File is similar in format to a passwd file. Heres a couple of examples
> from a default file:
>
> admprofiles=Log Management
> lpprofiles=Printer Management
> postgrestype=role;profiles=Postgres Administration,All
>
> Has anyone looked at this before? If so - how do you manage this? Did
> you write a type? Or are you managing it as a file?
>
> Any comments on this would be appreciated...
>
> Greg
> >


--~--~-~--~~~---~--~~
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 options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~--~~~~--~~--~--~---



[Puppet Users] Re: rrdgraph: ruby: no such file to load -- RRDtool (LoadError)

2009-09-08 Thread Roberto Moral
RRDtool gem wont install in Ubuntu, neither will work trying to  
recompile the library since there are some rassignments of struts that  
break the whole thing.

On Sep 7, 2009, at 2:29 PM, Eric Lannaud wrote:

> Hi,
>
> i'm on Linux ubuntu 9.04, with puppet version 0.24.5 ; I try to use  
> the repports with rrdgraph.
>
> the rrdtool pacakge is installed and when i execute this simple  
> command i get an error:
>
> ruby -rRRDtool -e 'puts :yep'
> ruby: no such file to load -- RRDtool (LoadError)
>
> ( I found some advice like 
> http://groups.google.com/group/puppet-users/browse_thread/thread/997c5ac71b29cde3/2cd751e3b3d595e5
>  
>  but i didn't succed. )
>
> The problem is not Puppet but the pakage rrdtool
>
> aptitude  search rrd |grep lib
> i   librrd-dev  - Time-series data storage and  
> display syste
> i   librrd-ruby - Time-series data storage and  
> display syste
> i A librrd-ruby1.8  - Time-series data storage and  
> display syste
> p   librrd-ruby1.9  - Time-series data storage and  
> display syste
> v   librrd2-dev -
> i A librrd4 - Time-series data storage and  
> display syste
>
> MUST I install others packages?
>
> Thanks you  for your attention
> Eric
>
> >


--~--~-~--~~~---~--~~
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 options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~--~~~~--~~--~--~---



[Puppet Users] Re: Puppetshow defunct?

2009-06-03 Thread Roberto Moral

Did you get a chance to upload this version of puppetshow to github?  
The only version I can see was updated May 1st. 2008

Thanks!


On Friday,May 29, 2009, at Friday,May 29, 20097:23 PM, jrojas wrote:

>
> I have a version of puppetshow that I threw together based off of the
> original (minus the hobo and other crazy gems)
> I will sanitize it tonight and try to get it on github.
> >


--~--~-~--~~~---~--~~
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 options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~--~~~~--~~--~--~---