[Puppet Users] Re: Puppet Users] Re: Looking up information from the config...

2008-12-08 Thread RodneyQ
Hi Luke, >And ralsh has a --host option that allows you to connect to >remote hosts, if those remote hosts have enabled their 'resource' API. Can you please elaborate on this? How to enable the resource API? Is this just adding the listen option, port and include the namespaceauth.conf to puppe

[Puppet Users] Re: Puppet Users] Re: Looking up information from the config...

2008-12-08 Thread RodneyQ
Hi Jeff, Here is my example: I tried to check the types(service,packages,users,..etc) then check it again with another exec. node nx.example.org { ... ... exec { "getservices": command => "ralsh service mysq l |grep enable > /tmp/retval", path=> "/bin:/usr/bin",

[Puppet Users] Re: Puppet Users] Re: Looking up information from the config...

2008-12-08 Thread Luke Kanies
On Dec 8, 2008, at 12:52 AM, Jeffrey Hulten wrote: > Rodney, > > Do you have any examples of how you are using RALSH that you can > share? I can give a few examples of how I use it, but I can't promise this mode will fit all that way for others. I mostly use ralsh for investigation or ad-h