File tree Expand file tree Collapse file tree 6 files changed +46
-318
lines changed
Expand file tree Collapse file tree 6 files changed +46
-318
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22# Managed by modulesync - DO NOT EDIT
33# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44
5- modulesync_config_version : ' 10.1 .0'
5+ modulesync_config_version : ' 10.2 .0'
Original file line number Diff line number Diff line change 44source ENV [ 'GEM_SOURCE' ] || 'https://rubygems.org'
55
66group :test do
7- gem 'voxpupuli-test' , '~> 11 .0' , :require => false
7+ gem 'voxpupuli-test' , '~> 12 .0' , :require => false
88 gem 'puppet_metadata' , '~> 5.0' , :require => false
99end
1010
Original file line number Diff line number Diff line change @@ -1773,10 +1773,10 @@ Alias of
17731773
17741774``` puppet
17751775Hash[Openldap::Access_title, Struct[{
1776- position => Optional[Variant[Integer,String[1]]],
1777- what => Optional[String[1]],
1778- access => Array[Openldap::Access_rule],
1779- suffix => Optional[String[1]],
1776+ position => Optional[Variant[Integer,String[1]]],
1777+ what => Optional[String[1]],
1778+ access => Array[Openldap::Access_rule],
1779+ suffix => Optional[String[1]],
17801780 }]]
17811781```
17821782
Original file line number Diff line number Diff line change 180180 default => " set SUDOERS_BASE ${openldap::client::sudoers_base} " ,
181181 }
182182 $changes = delete_undef_values([
183- $base ,
184- $bind_policy ,
185- $bind_timelimit ,
186- $binddn ,
187- $bindpw ,
188- $ldap_version ,
189- $network_timeout ,
190- $scope ,
191- $ssl ,
192- $suffix ,
193- $timelimit ,
194- $timeout ,
195- $uri ,
196- $nss_base_group ,
197- $nss_base_hosts ,
198- $nss_base_passwd ,
199- $nss_base_shadow ,
200- $nss_initgroups_ignoreusers ,
201- $pam_filter ,
202- $pam_login_attribute ,
203- $pam_member_attribute ,
204- $pam_password ,
205- $tls_checkpeer ,
206- $tls_cacert ,
207- $tls_cacertdir ,
208- $tls_reqcert ,
209- $tls_moznss_compatibility ,
210- $sasl_mech ,
211- $sasl_realm ,
212- $sasl_authcid ,
213- $sasl_secprops ,
214- $sasl_nocanon ,
215- $gssapi_sign ,
216- $gssapi_encrypt ,
217- $gssapi_allow_remote_principal ,
218- $sudoers_base ,
183+ $base ,
184+ $bind_policy ,
185+ $bind_timelimit ,
186+ $binddn ,
187+ $bindpw ,
188+ $ldap_version ,
189+ $network_timeout ,
190+ $scope ,
191+ $ssl ,
192+ $suffix ,
193+ $timelimit ,
194+ $timeout ,
195+ $uri ,
196+ $nss_base_group ,
197+ $nss_base_hosts ,
198+ $nss_base_passwd ,
199+ $nss_base_shadow ,
200+ $nss_initgroups_ignoreusers ,
201+ $pam_filter ,
202+ $pam_login_attribute ,
203+ $pam_member_attribute ,
204+ $pam_password ,
205+ $tls_checkpeer ,
206+ $tls_cacert ,
207+ $tls_cacertdir ,
208+ $tls_reqcert ,
209+ $tls_moznss_compatibility ,
210+ $sasl_mech ,
211+ $sasl_realm ,
212+ $sasl_authcid ,
213+ $sasl_secprops ,
214+ $sasl_nocanon ,
215+ $gssapi_sign ,
216+ $gssapi_encrypt ,
217+ $gssapi_allow_remote_principal ,
218+ $sudoers_base ,
219219 ])
220220 augeas { 'ldap.conf' :
221221 incl => $openldap::client::file ,
Original file line number Diff line number Diff line change 22type Openldap::Access_hash = Hash[
33 Openldap::Access_title,
44 Struct[{
5- position => Optional[Variant[Integer,String[1]]],
6- what => Optional[String[1]],
7- access => Array[Openldap::Access_rule],
8- suffix => Optional[String[1]],
5+ position => Optional[Variant[Integer,String[1]]],
6+ what => Optional[String[1]],
7+ access => Array[Openldap::Access_rule],
8+ suffix => Optional[String[1]],
99 }],
1010]
You can’t perform that action at this time.
0 commit comments