Hi, On 06/26/2012 10:56 AM, Stephen Gran wrote: > There is one difference that is most likely a bug. try this manifest: > > ./test.pp > class { 'wobble': } > class { 'wibble': }
I disagree on this being a bug. This syntax is for parameterized classes. Such classes cannot be declared more than once, because the declaration binds parameter values that cannot be sanely changed at a later point of compilation. So multiple usage of this syntax is not supported. I'd suggest avoiding it if it's not needed pass actual class parameters. Cheers, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.