On Mar 30, 2009, at 4:20 AM, Tom Brown wrote:
>
>
>> $ rpm -qa | grep puppet
>> puppet-0.24.7-4.el4
>> puppet-server-0.24.7-4.el4
>>
>> clients are
>>
>> # rpm -qa | grep puppet
>> puppet-0.24.7-4.el5
>>
>> thanks
>>
>>
>
>
> OK the problem seems to be around this
>
> SOME_URL = {\
> 'URL1' : 'http://url-1.com', \
> 'URL2' : 'http://url-2.com/', \
> 'URL3' : 'http://url-3.com/', \
> 'URL4' : 'http://url-4.com/' \
> }
>
>
> this gets deployed fine but seemingly a few lines down the
> configuration
> that this is part of it gets randomly cut off and truncated. If i
> remove
> this all works fine??
>
> Is there anything within the above that looks unusual in some way that
> could cause puppet to trip up?
It could be that the YAML or Marshal decoder/encoder is getting
confused. I would think that YAML is smart enough to be able to handle
strings with YAML in them, but, well.
Check your source YAML file (the clientconfig.yaml file, I think) and
see how it looks. Is your original file complete there?
If so, it's probably an encoding problem, which would be, um, bad.
--
Sabbagh's Second Law:
The biggest problem with communication is the illusion that it
has occurred.
---------------------------------------------------------------------
Luke Kanies | http://reductivelabs.com | http://madstop.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---