Issue #4149 has been updated by James Turnbull. Target version changed from 2.6.4 to 2.6.5
---------------------------------------- Bug #4149: Import loop detected error with puppet --parseonly in 2.6 https://projects.puppetlabs.com/issues/4149 Author: Jeff McCune Status: Re-opened Priority: High Assignee: Jesse Wolfe Category: executables Target version: 2.6.5 Affected Puppet version: development Keywords: parseonly Branch: http://github.com/jes5199/puppet/tree/bug/master/4149-second-try Description: On master (commit:59718988af6c80451973c37e78c23cef7b171edc), executing puppet --parseonly does not have the same result as 0.25.5, it returns an error "Import loop detected" 8170 tmp % envpuppet puppet --parseonly parseonly.pp jeff ttys004 err: Could not parse for environment production: Import loop detected 8156 puppet:master % git checkout tags/0.25.5 8173 tmp % envpuppet puppet --parseonly parseonly.pp jeff ttys004 8174 tmp % echo $? jeff ttys004 0 Steps to reproduce: A trivial manifest may be used: class someclass { notify { "Hello World": } } -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en.
