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

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

class testing {
    thingie { "componentname": }
}

#component {}
testing { "testingname": }