~ubuntu-branches/ubuntu/oneiric/puppet/oneiric-security

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"
}