Skip to content

Commit

Permalink
fix postgres ssl param
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Jan 15, 2025
1 parent 9e53093 commit 0546311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/integrations/postgres.pp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
String $dbname = 'postgres',
Variant[String, Integer] $port = '5432',
String $username = 'datadog',
Boolean $ssl = false,
String $ssl = 'allow',
Boolean $use_psycopg2 = false,
Boolean $collect_function_metrics = false,
Boolean $collect_count_metrics = false,
Expand Down

0 comments on commit 0546311

Please sign in to comment.