summaryrefslogtreecommitdiffstats
path: root/examples/allatonce
blob: 8912ec4e78b8f0f33af2ca89325f594ee000acea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id$

define thingie {
    file { "/tmp/classtest": ensure => file, mode => 755 }
    #testing {}
}

class testing {
    thingie { "componentname": }
}

#component {}
testing { "testingname": }