Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 6f257ce0fd9f602a316d49a4a7370002 > files > 607

puppet-0.25.4-1mdv2010.1.noarch.rpm

# $Id$

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

class testing {
    thingie { "componentname": }
}

#component {}
testing { "testingname": }