Sophie

Sophie

distrib > Mandriva > current > i586 > by-pkgid > f13c73c9c2d29f4683c0c226c3c4cf16 > files > 670

puppet-2.6.2-1mdv2010.1.noarch.rpm

# $Id$

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

class testing {
    thingie { "componentname": }
}

#component {}
testing { "testingname": }