module-tinc/manifests/debian.pp
2014-12-28 13:55:29 +01:00

8 lines
170 B
Puppet

# debian specific things
class tinc::debian inherits tinc::base {
Service['tinc'] {
hasstatus => false,
pattern => 'tincd',
hasrestart => true
}
}