The handy macro (#errorCatcher Echo) used to work with cobbler and it's templated kickstarts. We could juts include that at the top of a kickstart file, and whenever a variable ($foo) was encountered, if a variable by that name wasn't set it would simply echo that out. So instead of throwing an error, $foo would be printed. This no longer works correctly and any time it is included, you will get the following error:
# # ErrorCatcher instance has no attribute 'listErrors' # File "/usr/lib/python2.4/site-packages/cobbler/templar.py", line 122, in render # self.last_errors = t.errorCatcher().listErrors() # Any ideas? Thanks -- Justin Sherrill, RHCA 1801 Varsity Drive. Software Engineer Raleigh, NC 27603 Red Hat, Inc. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
