Skip to content

Commit 747fe5f

Browse files
authored
Merge pull request #461 from voxpupuli/modulesync
modulesync 10.1.0-26-ga82038c
2 parents 0925f9e + c0b48ab commit 747fe5f

File tree

6 files changed

+46
-318
lines changed

6 files changed

+46
-318
lines changed

.github/CONTRIBUTING.md

Lines changed: 0 additions & 272 deletions
This file was deleted.

.msync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
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'

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
55

66
group :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
99
end
1010

REFERENCE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,10 +1773,10 @@ Alias of
17731773

17741774
```puppet
17751775
Hash[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

manifests/client/config.pp

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -180,42 +180,42 @@
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,

types/access_hash.pp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
type 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
]

0 commit comments

Comments
 (0)