diff options
Diffstat (limited to 'examples/code/failers/badclassparam')
| -rw-r--r-- | examples/code/failers/badclassparam | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/code/failers/badclassparam b/examples/code/failers/badclassparam new file mode 100644 index 000000000..4c9ff6199 --- /dev/null +++ b/examples/code/failers/badclassparam @@ -0,0 +1,10 @@ +class comp(arg1) { + file { "/etc/passwd": + mode => 644 + } +} + +# i've specified an arg but it's an invalid one +comp { + fakearg => "yay" +} |
