Add ordering for slapd config generation

It adds ordering for slpad config generation
during multidomain process creation.

Change-Id: Ia3e170c299db7f8570e2e2b4e26f3698888bfbb9
Related-Bug: #1598743
This commit is contained in:
Maksym Yatsenko 2016-07-04 11:52:05 +03:00
parent 64090675d2
commit b60d40b799
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ define plugin_ldap::multiple_domain (
concat::fragment { "${domain}_fragment" :
target => $slapd_conf,
content => template('plugin_ldap/slapd_conf.erb'),
order => '40',
}
}
elsif $use_tls =~ /^[Tt]rue$/ {
@ -35,6 +36,7 @@ define plugin_ldap::multiple_domain (
concat::fragment { "${domain}_tls_fragment" :
target => $slapd_conf,
content => template('plugin_ldap/slapd_tls_conf.erb'),
order => '40',
}
plugin_ldap::tls { "${domain}_tls_certificate" :