-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Am Mi den 27. Okt 2010 um 15:37 schrieb Brice Figureau: > > If I output the code with puts I get the following: > > [] > > [] > > #<Puppet::Parser::AST::ResourceDefaults:0x7f1d0b836290> > > #<Puppet::Parser::AST::ResourceDefaults:0x7f1d0b82fa30> > > [Filebucket[local]] > > > > I think there is something wrong but I do not know what. > > > > Anybody an idea? > > Please open a redmine ticket and include the smallest manifests that can > trigger the bug, so that we can reproduce the bug.
Hach, I find a very simple manifest to reproduce it. Just have a single site.pp with 3(!) or more imports, independent if the imported modules/files exists or not, triggers the bug. So the following site.pp is enough: import "bla" import "foo" import "gna" Regards Klaus - -- Klaus Ethgen http://www.ethgen.de/ pub 2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <[email protected]> Fingerprint: D7 67 71 C4 99 A6 D4 FE EA 40 30 57 3C 88 26 2B -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQEVAwUBTMqc55+OKpjRpO3lAQrJ9wf8D5ttYkQ0mvTdrHLHC/VJtqz5PTejnx9O Z2wljNkj0dsGD4CgWuUPXBHJ8kk9vGF/khBLIbQjEvr4KDsoNw0FmgGDglppsJBz 7/I/RpK3IF8qpnnnfEXDe/HFIy9Zc0O2DlD910iWhzK+OlYR0SXUkSv/G+7uJJe7 8ujarP01nS/FJWCVV0Ikq3P3DJ4T8dVWBN2m0i3h/IM3qhYiMAhatixlPwZ89r0k yfO3w/66QFtd0gfn3K0Uung9kro7mEhUqqnBrIKomCwsJuy2cgQeWbvtUd9Z3KsJ YTBypDykF1NjGZuPkPtC5VWEtWJ2ZAHlmWNXzccMFyk3me+JL/1ZAw== =WoYO -----END PGP SIGNATURE----- -- 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.
