Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix readonly handling #358

Draft
wants to merge 26 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
3302811
Update FreeBSD default version for OpenLDAP
smortex Jul 13, 2022
b8fffd8
Fix readonly handling
towo Aug 25, 2022
bc0cd00
Needs `newvalues` anolagous to mirromode to have symbols available
towo Aug 30, 2022
9840c62
Add spec c/o @smortex
smortex Aug 31, 2022
e10d002
Linter and spec fixes
towo Aug 31, 2022
efc3ae2
Implement a test for readonly being set to true
towo Aug 31, 2022
bfda214
fixup! Implement a test for readonly being set to true
towo Aug 31, 2022
2623158
fixup! Implement a test for readonly being set to true
towo Aug 31, 2022
617816a
fixup! Implement a test for readonly being set to true
towo Aug 31, 2022
1b47094
fixup! Implement a test for readonly being set to true
towo Aug 31, 2022
d0fe5db
fixup! Implement a test for readonly being set to true
towo Aug 31, 2022
0737c84
fixup! Implement a test for readonly being set to true
towo Aug 31, 2022
eca43b8
fixup! Implement a test for readonly being set to true
towo Aug 31, 2022
00cd63e
fixup! Implement a test for readonly being set to true
towo Aug 31, 2022
12078a1
fixup! Implement a test for readonly being set to true
towo Sep 1, 2022
21b822f
fixup! Implement a test for readonly being set to true
towo Sep 1, 2022
cec2110
fixup! Implement a test for readonly being set to true
towo Sep 1, 2022
91b30c8
fixup! Implement a test for readonly being set to true
towo Sep 1, 2022
3fafa30
fixup! Implement a test for readonly being set to true
towo Sep 1, 2022
ec7e5c6
fixup! Implement a test for readonly being set to true
towo Sep 1, 2022
f26427f
fixup! Implement a test for readonly being set to true
towo Sep 1, 2022
405d793
fixup! Implement a test for readonly being set to true
towo Sep 1, 2022
a297ef1
fixup! Implement a test for readonly being set to true
towo Sep 1, 2022
6da413a
fixup! Implement a test for readonly being set to true
towo Sep 1, 2022
cc08532
fixup! Implement a test for readonly being set to true
towo Sep 1, 2022
936c78b
fixup! Implement a test for readonly being set to true
towo Sep 1, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! Implement a test for readonly being set to true
  • Loading branch information
towo committed Aug 31, 2022
commit 1b4709422c739c7023e8240268699ce7b717a617
2 changes: 1 addition & 1 deletion spec/unit/puppet/provider/openldap_database/olc_spec.rb
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@
{
suffix: 'dc=example,dc=com',
backend: 'mdb',
readonly: true
readonly: true,
provider: described_class.name,
}
end