Issue #4685 has been reported by Paul Berry.

----------------------------------------
Bug #4685: Classes, defines, and nodes allowed inside of non-evaluated 
conditionals
http://projects.puppetlabs.com/issues/4685

Author: Paul Berry
Status: Accepted
Priority: Normal
Assignee: Paul Berry
Category: parser
Target version: Statler
Affected version: development
Keywords: 
Branch: 


The fix for issue #4522 introduced an error message if the user tries to 
declare a class, node, or define inside of a conditional construct.  However, 
the error is only raised if the conditional code is actually evaluated.  For 
example, this code generates an error (as expected):
<pre>
if true {
  class foo { }
}
</pre>
but this code does not:
<pre>
if false {
  class bar { }
}
</pre>


-- 
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.

Reply via email to