[Puppet Users] service status doing strange stuff

2011-11-10 Thread Adrian Casajús
Hi all,   Puppet gets stuck in one machine after the line debug: Service[nis](provider=redhat): Executing '/sbin/service ypbind status' if I run by hand '/sbin/service ypbind status' it works properly: [root@host ~]# /sbin/service ypbind status ypbind (pid  12605) is running... [root@host ~]#

Re: [Puppet Users] service status doing strange stuff

2011-11-10 Thread Adrian Casajús
.) that I want to use service scripts with. On Thu, Nov 10, 2011 at 11:05 AM, Adrian Casajús ad...@ecm.ub.es wrote: Hi all,   Puppet gets stuck in one machine after the line debug: Service[nis](provider=redhat): Executing '/sbin/service ypbind status' if I run by hand '/sbin/service ypbind status

Re: [Puppet Users] Custom provider works only immediately after sync

2011-08-29 Thread Adrian Casajús
Hi, Thanks! It worked. I clearly overlooked that bit. Cheers, Adri On 28 August 2011 22:29, Stefan Schulte stefan.schu...@taunusstein.net wrote: On Sun, Aug 28, 2011 at 01:16:25PM +0200, Adrian Casajús wrote: Hi again,  I just checked and both files are rb files: /etc/puppet/modules

Re: [Puppet Users] Custom provider works only immediately after sync

2011-08-28 Thread Adrian Casajús
Hi, Thanks for the tip. I'll try that out on monday :) Cheers, Adri On 27 August 2011 00:21, Stefan Schulte stefan.schu...@taunusstein.net wrote: On Fri, Aug 26, 2011 at 08:13:03AM -0700, Adrian Casajús wrote: Hi all,  I've got a custom type with a single custom provider. I've got enabled

Re: [Puppet Users] Custom provider works only immediately after sync

2011-08-28 Thread Adrian Casajús
2011 13:01, Adrian Casajús ad...@ecm.ub.es wrote: Hi,  Thanks for the tip. I'll try that out on monday :) Cheers, Adri On 27 August 2011 00:21, Stefan Schulte stefan.schu...@taunusstein.net wrote: On Fri, Aug 26, 2011 at 08:13:03AM -0700, Adrian Casajús wrote: Hi all,  I've got a custom

[Puppet Users] Custom provider works only immediately after sync

2011-08-26 Thread Adrian Casajús
Hi all, I've got a custom type with a single custom provider. I've got enabled pluginsync in both client and server. When I run the puppet agent in the client it syncs the type and the provider and properly executes them. But if I execute the agent again it will tell me err: Could not run