No need to install openssl on OpenBSD.
This commit is contained in:
parent
9daea3e8e1
commit
7419c306ef
1 changed files with 4 additions and 2 deletions
|
@ -31,9 +31,11 @@ class ssl {
|
|||
#
|
||||
class ssl::openssl {
|
||||
|
||||
if $::operatingsystem != "OpenBSD" {
|
||||
package { "openssl":
|
||||
ensure => installed,
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue