summaryrefslogtreecommitdiffstats
path: root/test/data/failers/badclassnoparam
blob: a0397aacc8c42f5f2d0aec027643923e0f82e239 (plain)
1
2
3
4
5
6
7
8
9
10
class comp() {
    file { "/etc/passwd":
        mode => 644
    }
}

# this argument is invalid, thus we should get a falure
comp {
    fakearg => "yay"
}