summaryrefslogtreecommitdiffstats
path: root/examples/code/snippets/classpathtest
blob: 07b9e5aeac20545c2b3b1e8ef19545ca4036fa7d (plain)
1
2
3
4
5
6
7
8
9
10
11
# $Id$

define component {
    file { "/tmp/classtest": create => true, mode => 755 }
}

class testing {
    component { "componentname": }
}

include testing