Package updated freebsd, shellcheck SC2086 fixed #360

Open
michellest wants to merge 1 commits from CamilionEU/cdist:bugfix-openldap into master
Contributor
Updated the  reference to the opeldap package for the FreeBSD platform
to the latest.

Corrected some misuse of quotation marks for calling a variable after
disabling shellcheck SC2086
Updated the reference to the opeldap package for the FreeBSD platform to the latest. Corrected some misuse of quotation marks for calling a variable after disabling shellcheck SC2086
michellest added 3 commits 2023-02-03 16:04:29 +00:00
08a6b467fa
Added support for Devuan Daedalus
Added one line that allows cdist to support Devuan Daedelus version
1450861e26
Updated the python version of cerbot freebsd
The package referenced for cerbot to be install in the FreeBSD platform
used python 3.7 package, updated to python 3.9
f120b59d3d
Package updated freebsd, shellcheck SC2086 fixed
Updated the  reference to the opeldap package for the FreeBSD platform
to the latest.

Corrected some misuse of quotation marks for calling a variable after
disabling shellcheck SC2086.
nico reviewed 2023-02-03 21:55:20 +00:00
@ -20,3 +20,3 @@
case "${os}" in
freebsd)
PKGS="openldap-server"
PKGS="openldap26-server"
Owner

Question: does this not break older FreeBSD versions? And if yes, which ones?

Question: does this not break older FreeBSD versions? And if yes, which ones?
Owner

@michellest Do you have any comment?

@michellest Do you have any comment?
nico added the
discussion
label 2023-04-13 10:10:34 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b CamilionEU-bugfix-openldap master
git pull bugfix-openldap

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff CamilionEU-bugfix-openldap
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ungleich-public/cdist#360
No description provided.