pairing with luke, nagios_command provider skeleton
[vinpup.git] / examples / code / allatonce
blob8912ec4e78b8f0f33af2ca89325f594ee000acea
1 # $Id$
3 define thingie {
4     file { "/tmp/classtest": ensure => file, mode => 755 }
5     #testing {}
8 class testing {
9     thingie { "componentname": }
12 #component {}
13 testing { "testingname": }