Skip to content

Commit

Permalink
Merge pull request freeipa#1169 from t-woerner/ipaclient_automount_lo…
Browse files Browse the repository at this point in the history
…cation

ipaclient: Properly name automount_location var and add documentation
  • Loading branch information
rjeffman authored Dec 19, 2023
2 parents 4e831b0 + b22bf4d commit 0f2c376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions roles/ipaclient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ Variable | Description | Required
`ipasssd_preserve_sssd` | The bool value defines if the old SSSD configuration will be preserved if it is not possible to merge it with a new one. `ipasssd_preserve_sssd` defaults to `no`. | no
`ipaclient_request_cert` | The bool value defines if the certificate for the machine wil be requested. The certificate will be stored in /etc/ipa/nssdb under the nickname "Local IPA host". . `ipaclient_request_cert` defaults to `no`. The option is deprecated and will be removed in a future release. | no
`ipaclient_keytab` | The string value contains the path on the node of a backup host keytab from a previous enrollment. | no
`ipaclient_automount_location` | Automount location | no


Server Variables
Expand Down
2 changes: 1 addition & 1 deletion roles/ipaclient/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
ipaclient_setup_automount:
servers: "{{ result_ipaclient_test.servers }}"
sssd: "{{ result_ipaclient_test.sssd }}"
automount_location: "{{ ipaautomount_location | default(omit) }}"
automount_location: "{{ ipaclient_automount_location | default(omit) }}"

- name: Install - Configure firefox
ipaclient_setup_firefox:
Expand Down

0 comments on commit 0f2c376

Please sign in to comment.