From 94a4e0713af85dab0915979893593047c76e51b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Wed, 6 Jun 2012 11:14:27 +0300 Subject: [PATCH] Moved ldap::auth class to bootstrap phase. --- ldap/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ldap/manifests/init.pp b/ldap/manifests/init.pp index edfb52e..40cf711 100644 --- a/ldap/manifests/init.pp +++ b/ldap/manifests/init.pp @@ -14,6 +14,8 @@ # class ldap::auth inherits ldap::client { + tag("bootstrap") + $ldap_uri = inline_template('<%= ldap_server.join(" ") -%>') case $operatingsystem {