From ffac1b5c7fa5d738831c481b382a671d868c2ac4 Mon Sep 17 00:00:00 2001 From: mxxcon Date: Thu, 30 Jan 2014 01:05:05 -0500 Subject: [PATCH] Updated docs to have choices for crypt_scheme --- library/web_infrastructure/htpasswd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/library/web_infrastructure/htpasswd b/library/web_infrastructure/htpasswd index 95d43bcd23..b6fa42a6a4 100644 --- a/library/web_infrastructure/htpasswd +++ b/library/web_infrastructure/htpasswd @@ -39,13 +39,14 @@ options: password: required: false description: - - Password associated with user. - - Must be specified if user does not exist yet + - Password associated with user. + - Must be specified if user does not exist yet. crypt_scheme: required: false + choices: ["apr_md5_crypt", "des_crypt", "ldap_sha1", "plaintext"] default: "apr_md5_crypt" description: - - 'Encryption scheme to be used. One of: "apr_md5_crypt", "des_crypt", "ldap_sha1" or "plaintext"' + - Encryption scheme to be used. state: required: false choices: [ present, absent ]