]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/base_configuration/manifests/init.pp
Update modules
[perso/Immae/Projets/Puppet.git] / modules / base_configuration / manifests / init.pp
index 20bac337231cd03b4f680775993955eda1cd3f29..a46dd8be9984c87937fa9e2531b521d28ea3bc65 100644 (file)
@@ -44,7 +44,9 @@ class base_configuration (
   }
 
   class { 'sudo':
-    config_file_replace => false
+    config_file_replace => false,
+    # Missing in the sudo package, should no be mandatory
+    package_ldap        => false
   }
 
   sudo::conf { 'wheel':