> $ 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?
thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---