class comp() {
    file { "/etc/passwd":
        mode => 644
    }
}

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