]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/profile/manifests/postgresql/ssl.pp
Move todos to readme.md and add first documentation
[perso/Immae/Projets/Puppet.git] / modules / profile / manifests / postgresql / ssl.pp
index 9b0a95cf41cd29ec6744e93bdbb7595e33feb51f..b809a9d8ee0ff2b30991eceb51497c96163c38ad 100644 (file)
@@ -78,6 +78,4 @@ define profile::postgresql::ssl (
       content => "ssl = on\nssl_key_file = '$ssl_key'\nssl_cert_file = '$ssl_cert'\n"
     }
   }
-
-  # FIXME: add monitoring for ssl
 }