Fixed duplicate includes and OpenBSD dependencies in user module.

This commit is contained in:
Ossi Salmi 2010-06-07 16:39:23 +03:00 committed by Timo Mkinen
parent 8e3cac8b51
commit bce47c00d7
2 changed files with 4 additions and 4 deletions

View file

@ -64,6 +64,7 @@ class user::virtual {
command => "usermod -L ldap ${name}",
path => "/sbin:/usr/sbin:/bin:/usr/bin",
refreshonly => true,
require => File["/etc/login.conf"],
}
exec { "user-home-${name}":