DEBSOURCES
Skip Quicknav
sources / puppet / 2.6.2-5%2Bsqueeze9 / test / data / failers / badclassparam
12345678910
class comp(arg1) { file { "/etc/passwd": mode => 644 } } # i've specified an arg but it's an invalid one comp { fakearg => "yay" }