Skip to content

Commit a262da2

Browse files
committed
Moved idmapd.conf to erwbgy/autohome so don't need domain.
1 parent 153ea6a commit a262da2

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

manifests/config.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
class pamldap::config (
22
$base_dn,
33
$uris,
4-
$domain,
54
) {
65
$uris_space = join($uris, ' ')
76
$uris_comma = join($uris, ',')

manifests/init.pp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
class pamldap (
22
$base_dn = hiera('pamldap::base_dn'),
3-
$domain = hiera('pamldap::domain'),
43
$uris = hiera('pamldap::uris'),
54
) {
65
class { 'pamldap::config':
76
base_dn => $base_dn,
8-
domain => $domain,
97
uris => $uris,
108
}
119
include pamldap::install

0 commit comments

Comments
 (0)