Hardcoded samba package version for openbsd because package flavor's are not currently supported.
This commit is contained in:
parent
4ae234c0ff
commit
a87056fb4c
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
class samba::server {
|
||||
|
||||
package { "samba":
|
||||
name => $operatingsystem ? {
|
||||
"openbsd" => "samba-3.5.4p3",
|
||||
default => "samba",
|
||||
},
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue