commit | e9807d988f7f97c5f1fcaa301142d2d726767b17 | [log] [tgz] |
---|---|---|
author | Tomáš Kukrál <tomkukral@users.noreply.github.com> | Thu May 11 22:04:17 2017 +0200 |
committer | Tomáš Kukrál <tomkukral@users.noreply.github.com> | Thu May 11 22:04:43 2017 +0200 |
tree | c3b3a5bdf3a6e3fbb7b65cbbf3f4ce8f8c98d2ab | |
parent | aafe43fd3b92c6fc183883ae8e42e6a8d3ac58cb [diff] |
fix meta/salt with missing pillar Change-Id: Ib5591bbeab0e037473445d9b976899935cdac215
diff --git a/openldap/meta/salt.yml b/openldap/meta/salt.yml index 92f7534..1cf352e 100644 --- a/openldap/meta/salt.yml +++ b/openldap/meta/salt.yml
@@ -1,5 +1,5 @@ minion: - {%- if pillar.openldap.client is defined %} + {%- if pillar.get('openldap', {}).get('client') %} {%- from "openldap/map.jinja" import client with context -%} {%- if client.server is defined %} ldap: