# $Id: allatonce 832 2006-01-17 07:11:50Z luke $ define thingie { file { "/tmp/classtest": ensure => file, mode => 755 } #testing {} } class testing { thingie { "componentname": } } #component {} testing { "testingname": }