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

# i've specified an arg but it's an invalid one
comp {
    fakearg => "yay"
}