diff options
Diffstat (limited to 'test/data/snippets/classpathtest')
-rw-r--r-- | test/data/snippets/classpathtest | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/data/snippets/classpathtest b/test/data/snippets/classpathtest new file mode 100644 index 000000000..68610958b --- /dev/null +++ b/test/data/snippets/classpathtest @@ -0,0 +1,11 @@ +# $Id$ + +define component { + file { "/tmp/classtest": ensure => file, mode => 755 } +} + +class testing { + component { "componentname": } +} + +include testing |