summaryrefslogtreecommitdiff
path: root/spec/fixtures/unit/pops/parser/lexer/classpathtest.pp
blob: fae7cadbf31332bcf34200220369c8c63b811138 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $Id$

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

class testing {
    mytype { "componentname": }
}

include testing