From 1e68d980a0587bb1afea3685d0a46fce86135cb9 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 6 Jul 2014 19:55:58 +0200 Subject: Enable zero-copy updates to the LDAP directory. --- lib/modules/openldap | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/modules') diff --git a/lib/modules/openldap b/lib/modules/openldap index 7293b23..3f6ea39 100644 --- a/lib/modules/openldap +++ b/lib/modules/openldap @@ -351,6 +351,7 @@ def main(): suffix = dict( default=None ), format = dict( default="ldif", choices=["ldif","slapd.conf"] ), name = dict( default=None ), + local = dict( default="no", choices=["no","file","template"] ), ), supports_check_mode=True ) @@ -428,7 +429,7 @@ def main(): module.exit_json(changed=changed) +# import module snippets +from ansible.module_utils.basic import * -# this is magic, see lib/ansible/module_common.py -#<> main() -- cgit v1.2.3