diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-04-05 09:12:37 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-04-05 09:12:37 +0300 |
commit | ec7f06406000e21dceacb7665f9fed4abe2f78b5 (patch) | |
tree | 2f5175df79bc81b33770ab8ae3998acf8f7d0bec | |
parent | 916529214db76aed755876093b34b38bba78b9fb (diff) |
Certmonger/rabbitmq: Remove parameter doc for unexisting parameter
This parameter was used at some point in the implementation but ended up
not being needed in favor of getting this information from the puppet
manifest. So it's removed as the parameter doesn't actually exist.
Change-Id: I09f4091ee7a2221b26249959ea2927090d36ba0f
-rw-r--r-- | manifests/certmonger/rabbitmq.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/certmonger/rabbitmq.pp b/manifests/certmonger/rabbitmq.pp index 344adef..4a47938 100644 --- a/manifests/certmonger/rabbitmq.pp +++ b/manifests/certmonger/rabbitmq.pp @@ -31,10 +31,6 @@ # (Optional) The CA that certmonger will use to generate the certificates. # Defaults to hiera('certmonger_ca', 'local'). # -# [*file_owner*] -# (Optional) The user which the certificate and key files belong to. -# Defaults to 'root' -# # [*principal*] # (Optional) The service principal that is set for the service in kerberos. # Defaults to undef |