Skip to content

Commit 187c03d

Browse files
committed
update readme variables table
1 parent 8255197 commit 187c03d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Using this feature over the logo embedded in the wallpaper has the advantage tha
3939
It is also possible to specify a default user image in case the user's `~/.face` file is not present in their home folder. This image should be named `user.png` and be placed in the same directory as the logo. The default 42 user image can be found [here](https://github.com/codam-coding-college/ansible-codam-web-greeter/blob/main/files/usr/share/codam/web-greeter/user.png). If no default user image is present on the system, no image will be displayed on the lock screen at all and it will just display the student's name.
4040

4141
## Variables
42-
| Variable | Default | Description |
42+
| Variable | Description | Default value |
4343
|----------|---------|-------------|
44-
| `nody_greeter_version` | `1.5.2` | The version of the nody-greeter to install from GitHub. |
45-
| `codam_web_greeter_git_repo` | `https://github.com/codam-coding-college/codam-web-greeter` | The repository to download codam-web-greeter from. |
46-
| `codam_web_greeter_version` | `v1.0.10` | The version of codam-web-greeter to download (use a tag or a branch name from the git repo). |
47-
| `codam_web_greeter_data_server_url` | `https://clusterdata.codam.nl/api/config/` | The URL to the data server to download the greeter data from. Hostname is appended to the url, so make sure it ends with a slash. |
48-
| `dbus_cache_group_check_enabled` | `false` | Whether to check if a user is in a specific ldap group before adding it to the dbus cache. Usually this is not required. |
49-
| `dbus_cache_group_check_group` | `student` | The group to check for. |
44+
| `nody_greeter_version` | The version of the nody-greeter to install from GitHub. | `1.5.2` |
45+
| `codam_web_greeter_git_repo` | The repository to download codam-web-greeter from. | `https://github.com/codam-coding-college/codam-web-greeter` |
46+
| `codam_web_greeter_version` | The version of codam-web-greeter to download (use a tag or a branch name from the git repo). | `v1.0.11` |
47+
| `codam_web_greeter_data_server_url` | The URL to the data server to download the greeter data from. Hostname is appended to the url, so make sure it ends with a slash. | `https://clusterdata.codam.nl/api/config/` |
48+
| `dbus_cache_group_check_enabled`| Whether to check if a user is in a specific ldap group before adding it to the dbus cache. Usually this is not required. | `false` |
49+
| `dbus_cache_group_check_group`| The group to check for. | `student` |

0 commit comments

Comments
 (0)