Issue #4149 has been reported by Jeff McCune.
----------------------------------------
Bug #4149: Import loop detected error with puppet --parseonly in 2.6
http://projects.puppetlabs.com/issues/4149
Author: Jeff McCune
Status: Unreviewed
Priority: Normal
Assigned to:
Category: executables
Target version: 2.6
Affected version: development
Keywords: parseonly
Branch:
Description:
On master (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.