Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release > by-pkgid > 6f257ce0fd9f602a316d49a4a7370002 > files > 651

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

# $Id$

# define nodes

#service.setpath("../examples/root/etc/init.d")

Service {
    path => "../examples/root/etc/init.d"
}

import "classing"

sleepserver {
    path => $operatingsystem ? {
        sunos => "../examples/root/etc/configfile",
        hpux => "../examples/other/etc/configfile",
        default => "../examples/root/etc/configfile"
    },
    schedule => true
}