puppetlabs-puppet/examples/nodes

21 строка
381 B
Plaintext

# $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
}