blob: 609b3bef5c4803896ff31ea089b87cd7f75ded2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $Id$
define component {
file { "/tmp/classtest": create => true, mode => 755 }
#testing {}
}
class testing {
component { "componentname": }
}
#component {}
testing { "testingname": }
|