diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-02-22 18:22:24 +0100 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-02-22 18:22:24 +0100 |
commit | 585f017dc7f95650dba3477a3d7d7fa4c9e397d9 (patch) | |
tree | 37214a4d384a9eb176b18908da2280151f237241 /modules | |
parent | e47c42bdf32239b7bb65383763d03314dcc65465 (diff) | |
download | puppet-585f017dc7f95650dba3477a3d7d7fa4c9e397d9.tar puppet-585f017dc7f95650dba3477a3d7d7fa4c9e397d9.tar.gz puppet-585f017dc7f95650dba3477a3d7d7fa4c9e397d9.tar.bz2 puppet-585f017dc7f95650dba3477a3d7d7fa4c9e397d9.tar.xz puppet-585f017dc7f95650dba3477a3d7d7fa4c9e397d9.zip |
Add new login_domain_blacklist: option
Rename login_blacklist to login_username_blacklist:
Keep login_blacklist for compatibility ( for the migration )
Diffstat (limited to 'modules')
-rw-r--r-- | modules/catdap/templates/catdap_local.yml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/modules/catdap/templates/catdap_local.yml b/modules/catdap/templates/catdap_local.yml index 6d642a25..f4dd8f5c 100644 --- a/modules/catdap/templates/catdap_local.yml +++ b/modules/catdap/templates/catdap_local.yml @@ -46,8 +46,40 @@ register: - listmaster - MAILER-DAEMON - webmaster + - www + - treasurer + - president + - secretary + - security + + login_username_blacklist: + - apache + - mirror + - bcd + - iurt + - schedbot + - signbot + - postmaster + - hostmaster + - abuse + - noc + - security + - listmaster + - MAILER-DAEMON + - webmaster - www - treasurer - president - secretary - security + + login_domain_blacklist: + - armyspy.com + - codehot.co.uk + - dayrep.com + - guerillamail.com + - jourrapide.com + - rhyta.com + - wowring.ru + - yopmail.com + - zasod.com |