Skip to content

Commit

Permalink
Merge pull request #719 from Scnaeg/influxdb2_ssl_enable_attribute_name
Browse files Browse the repository at this point in the history
fix wrong name o f attribute ssl_enable for influxdb2
  • Loading branch information
lbetz authored Jan 12, 2023
2 parents a14409f + 779cfeb commit f68d461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/feature/influxdb2.pp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
)

$attrs_ssl = {
enable_ssl => true,
ssl_enable => true,
ssl_insecure_noverify => $ssl_noverify,
ssl_ca_cert => $cert['cacert_file'],
ssl_cert => $cert['cert_file'],
Expand All @@ -150,7 +150,7 @@
}
} else {
$attrs_ssl = {
enable_ssl => undef,
ssl_enable => undef,
ssl_insecure_noverify => undef,
ssl_ca_cert => undef,
ssl_cert => undef,
Expand Down

0 comments on commit f68d461

Please sign in to comment.