Update to 2025-05-13 10:00

This commit is contained in:
Daniel Berteaud 2025-05-13 10:00:10 +02:00
parent 72ddf7e5ea
commit a5bfc87852
2 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
--- ---
# The version of ldap2pg to deploy # The version of ldap2pg to deploy
ldap2pg_version: 6.2 ldap2pg_version: '6.4.0'
# The URL where the ldap2pg archive can be fetched # The URL where the ldap2pg archive can be fetched
ldap2pg_archive_url: https://github.com/dalibo/ldap2pg/releases/download/v{{ ldap2pg_version }}/ldap2pg_{{ ldap2pg_version }}_linux_amd64.tar.gz ldap2pg_archive_url: https://github.com/dalibo/ldap2pg/releases/download/v{{ ldap2pg_version }}/ldap2pg_{{ ldap2pg_version }}_linux_amd64.tar.gz
# The expected sha256 checksum of the archive # The expected sha256 checksum of the archive
ldap2pg_archive_sha256: 875fbee44c3831907e84fbc24cb80f6badccc33310c7b4cbe6346d9ac405f565 ldap2pg_archive_sha256: 038301980136629ad6be4f7e0e5cb74bc41a8448d2320edaa7c9905fcc3e39e5
# How often ldap2pg will sync (eg hourly, '*:0:15', systemd timer syntaxe) # How often ldap2pg will sync (eg hourly, '*:0:15', systemd timer syntaxe)
ldap2pg_sync_freq: hourly ldap2pg_sync_freq: hourly

View File

@ -35,7 +35,7 @@ TasksMax=infinity
OOMScoreAdjust=-1000 OOMScoreAdjust=-1000
{% if nomad_conf.client.enabled %} {% if nomad_conf.client.enabled %}
# Give Nomad some time to drain the node # Give Nomad some time to drain the node
TimeoutStopSec=3600 TimeoutStopSec=300
{% endif %} {% endif %}
[Install] [Install]