summaryrefslogtreecommitdiffstats
path: root/test/data/snippets/classpathtest
blob: 580333369e76a504fda2b3d3a20b5668162f9b6a (plain)
1
2
3
4
5
6
7
8
9
10
11
# $Id$

define mytype {
    file { "/tmp/classtest": ensure => file, mode => 755 }
}

class testing {
    mytype { "componentname": }
}

include testing