module-tinc/manifests/debian.pp

9 lines
170 B
ObjectPascal
Raw Permalink Normal View History

2014-12-28 13:51:14 +01:00
# debian specific things
class tinc::debian inherits tinc::base {
Service['tinc'] {
2014-12-28 13:51:14 +01:00
hasstatus => false,
pattern => 'tincd',
hasrestart => true
}
}