Hi Curt,

Did you manage to resolve this issue? If not I think it may be the
format of your yaml output.

>---
>classes:
>- custom
>- monitoring::base

Should be this

---
classes:
   - custom
   - monitoring::base

Note the indentation. Having said that I have been unable to persuade
the python yaml module to produce this
as yet.

Hope this helps

Martin



On Mon, Jun 29, 2009 at 10:39 AM, Curt Micol<asen...@gmail.com> wrote:
>
> 2009/6/29 Nicolas Szalay <nsza...@qualigaz.com>:
>> Le lundi 29 juin 2009 à 01:09 -0700, Curt Micol a écrit :
>> Did you try running it as the "puppet" user ? permissions on NODEFILE &
>> LOGFILE could be source of errors.
>
> Yes, sorry, I get the same results with running as the puppet user.
> Just tested once more to verify and received the same error.
>
> --
> # Curt Micol
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to