Use native service provider on OpenBSD

This commit is contained in:
Ossi Salmi 2016-04-18 15:32:47 +03:00
parent a0c2c84e0d
commit b0bec99e0c
12 changed files with 17 additions and 197 deletions

View file

@ -42,10 +42,6 @@ class oidentd($config=undef) {
service { "oidentd":
ensure => running,
enable => true,
start => $::operatingsystem ? {
"openbsd" => "/usr/local/sbin/oidentd -e -u _identd -g _identd",
default => undef,
},
}
}