Bug#563555: puppetmaster - Class redefinition is allowed

2010-01-19 Thread Stig Sandbeck Mathisen
tag 563555 + wontfix thanks Hello, and thanks for the bug report. This seems to be by design. Think of it as setting a class context around your manifest, instead of defining a single class. The behaviour is similar to that of VCL (the Varnish Command Language). I'll close this bug. --

Bug#563555: puppetmaster - Class redefinition is allowed

2010-01-03 Thread Bastian Blank
Package: puppetmaster Version: 0.25.1-3 Severity: important I found nothing in the documentation about this, so it maybe just a documentation bug, but for me the behaviour is surprising: | class test { | @@sshkey { $fqdn: type = rsa, key = $sshrsakey, alias = [test] } | } | class test { |