diff options
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/test/manifests/deftype.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/fixtures/test/manifests/deftype.pp b/spec/fixtures/test/manifests/deftype.pp new file mode 100644 index 0000000..825f8fe --- /dev/null +++ b/spec/fixtures/test/manifests/deftype.pp @@ -0,0 +1,3 @@ +define test::deftype($param = 'foo') { + notify { "deftype: $title": } +} |