repo.or.cz
/
vinpup.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pairing with luke, nagios_command provider skeleton
[vinpup.git]
/
examples
/
code
/
allatonce
blob
8912ec4e78b8f0f33af2ca89325f594ee000acea
1
# $Id$
2
3
define thingie {
4
file { "/tmp/classtest": ensure => file, mode => 755 }
5
#testing {}
6
}
7
8
class testing {
9
thingie { "componentname": }
10
}
11
12
#component {}
13
testing { "testingname": }