Initial commit - class to install LDAP Account Manager
This commit is contained in:
parent
a6b5c6d7db
commit
5f4727b784
|
@ -0,0 +1,14 @@
|
|||
#
|
||||
# insalls lam (LDAP Account Manager)
|
||||
#
|
||||
|
||||
class wmdeit_ldap::lam(
|
||||
$archive = "lam_7_2.tar.gz"
|
||||
|
||||
) {
|
||||
file {"/tmp/$archive":
|
||||
ensure => file,
|
||||
source => "https://srcsrv.wikimedia.de/WMDE/LDAPAccountManager/archive/$archive"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue