On Thu, May 6, 2010 at 5:55 PM, Tom Brown <[email protected]> wrote: > thanks - although i am not 100% sure that is the issue as > post_install_network_config was one of the ones not rendering out as > was a home grown snippet that added a bunch of users but the whole > snippet was encapsulated in a #raw #end raw and it still failed. > > i'd like to know if there is any better way to debug this > > thanks
There were some default cobbler that went out missing escapes for $ characters, post_install_network_config was one of them IIRC. See if adding the escapes helps, you can look at the post snippets in cobbler git for comparison if need be. Cheers, Devan -- Devan Goodwin <[email protected]> http://rm-rf.ca _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
