summaryrefslogtreecommitdiffstats
path: root/test/data/snippets/classpathtest
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/snippets/classpathtest')
-rw-r--r--test/data/snippets/classpathtest4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/snippets/classpathtest b/test/data/snippets/classpathtest
index 68610958b..580333369 100644
--- a/test/data/snippets/classpathtest
+++ b/test/data/snippets/classpathtest
@@ -1,11 +1,11 @@
# $Id$
-define component {
+define mytype {
file { "/tmp/classtest": ensure => file, mode => 755 }
}
class testing {
- component { "componentname": }
+ mytype { "componentname": }
}
include testing