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