aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/manifests/postgresql/ssl.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-07-11 12:41:36 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-07-11 12:41:36 +0200
commit625907f0177d335c05c05ae66ae49e20287d14b0 (patch)
treee5c4118c42401206ff12a2f1a2b6a537c51922de /modules/profile/manifests/postgresql/ssl.pp
parente5cc123b5d9d871cf20ea947df9352a54a007b7b (diff)
parent21d531ee2e4a5952673d694342ff01822581a1f8 (diff)
downloadPuppet-625907f0177d335c05c05ae66ae49e20287d14b0.tar.gz
Puppet-625907f0177d335c05c05ae66ae49e20287d14b0.tar.zst
Puppet-625907f0177d335c05c05ae66ae49e20287d14b0.zip
Merge branch 'dev'
Diffstat (limited to 'modules/profile/manifests/postgresql/ssl.pp')
-rw-r--r--modules/profile/manifests/postgresql/ssl.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/profile/manifests/postgresql/ssl.pp b/modules/profile/manifests/postgresql/ssl.pp
index dc56c0b..b809a9d 100644
--- a/modules/profile/manifests/postgresql/ssl.pp
+++ b/modules/profile/manifests/postgresql/ssl.pp
@@ -78,5 +78,4 @@ define profile::postgresql::ssl (
78 content => "ssl = on\nssl_key_file = '$ssl_key'\nssl_cert_file = '$ssl_cert'\n" 78 content => "ssl = on\nssl_key_file = '$ssl_key'\nssl_cert_file = '$ssl_cert'\n"
79 } 79 }
80 } 80 }
81
82} 81}