Skip to content

Commit 79d84bd

Browse files
committed
ubuntu has no /etc/openldap, just create it
1 parent 5c26e90 commit 79d84bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manifests/config.pp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
require => Class['pamldap::install'],
3636
notify => Class['pamldap::service'],
3737
}
38+
file { '/etc/openldap':
39+
ensure => directory,
40+
}
3841
file { [ '/etc/pam_ldap.conf', '/etc/openldap/ldap.conf' ]:
3942
ensure => link,
4043
target => '/etc/ldap.conf',

0 commit comments

Comments
 (0)