Added descriptions and example to postgresql type #362

Open
michellest wants to merge 3 commits from CamilionEU/cdist:docs-postgresql into master
Contributor

Added some description that where lacking for some parameters.
An example detailing the use of --login parameter was added to avoid confusion.

Added some description that where lacking for some parameters. An example detailing the use of --login parameter was added to avoid confusion.
michellest added 5 commits 2023-02-03 16:08:51 +00:00
Added one line that allows cdist to support Devuan Daedelus version
The package referenced for cerbot to be install in the FreeBSD platform
used python 3.7 package, updated to python 3.9
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.
The ppolicy was causing problems at executing the tipe openldap and
wasn't no longer necessary.
Added some description that where lacking for some parameters.

An example detailing the use of --login parameter was added to avoid
confusion.
nico reviewed 2023-04-13 10:05:01 +00:00
@ -20,3 +20,3 @@
case "${os}" in
freebsd)
PKGS="openldap-server"
PKGS="openldap26-server"
Owner

Does this also work on older freebsd systems?

Does this also work on older freebsd systems?
Owner
  • openldap26-server change needs to be clarified
  • Rest is fine for merging
* openldap26-server change needs to be clarified * Rest is fine for merging
nico added the
discussion
label 2023-04-13 10:06:29 +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.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u https://code.ungleich.ch/CamilionEU/cdist docs-postgresql:CamilionEU-docs-postgresql
git checkout CamilionEU-docs-postgresql

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff CamilionEU-docs-postgresql
git checkout CamilionEU-docs-postgresql
git rebase master
git checkout master
git merge --ff-only CamilionEU-docs-postgresql
git checkout CamilionEU-docs-postgresql
git rebase master
git checkout master
git merge --no-ff CamilionEU-docs-postgresql
git checkout master
git merge --squash CamilionEU-docs-postgresql
git checkout master
git merge --ff-only CamilionEU-docs-postgresql
git checkout master
git merge CamilionEU-docs-postgresql
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#362
No description provided.