portmap: Fixed portmap::server for OpenBSD.
This commit is contained in:
parent
403c747ce4
commit
faa453c544
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ class portmap::server {
|
|||
service { "portmap":
|
||||
ensure => running,
|
||||
name => $service,
|
||||
start => $::operatingsystem ? {
|
||||
"openbsd" => "/usr/sbin/portmap",
|
||||
default => undef,
|
||||
},
|
||||
enable => true,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue