Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-updates > by-pkgid > bda115b49f08d4ba38949ad8a04a5205 > files > 608

puppet-0.25.5-1.1mdv2010.1.noarch.rpm

# $Id$

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

class testing {
    thingie { "componentname": }
}

#component {}
testing { "testingname": }