diff options
Diffstat (limited to 'examples/validate_resource-2.pp')
-rw-r--r-- | examples/validate_resource-2.pp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/validate_resource-2.pp b/examples/validate_resource-2.pp deleted file mode 100644 index b53b109..0000000 --- a/examples/validate_resource-2.pp +++ /dev/null @@ -1,17 +0,0 @@ -class foo ( - $a, - $b, - $c - ) { - - validate_resource() - - # ... do something ... - -} - -class { "foo": - a => "1", - b => "foobaz", - c => ['a','b','c'] -} |