Sophie

Sophie

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

puppet-2.6.2-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
}