From 0067d1014157df360f09a649d21abc2e61f1bba5 Mon Sep 17 00:00:00 2001 From: Maxime VISONNEAU Date: Tue, 31 Mar 2015 16:14:16 +0200 Subject: [PATCH] Fixed a bug on Debian --- manifests/config.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/config.pp b/manifests/config.pp index 1adaa3f..eb192a7 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -16,7 +16,6 @@ file { $nsswitch::params::libnss: ensure => symlink, target => $nsswitch::params::ldap_cfg, - require => File[$nsswitch::params::ldap_cfg] } } }