summaryrefslogtreecommitdiffstats
path: root/test/data/failers/badcompparam
blob: 346e64b250e5de4cfb1212b8b1d2877016de18ba (plain)
1
2
3
4
5
6
7
8
9
define comp($arg1) {
    file { "/etc/passwd":
        mode => 644
    }
}

comp {
    fakearg => "yay"
}