Set expiration for multinode

This commit is contained in:
Micke Nordin 2025-01-16 12:47:16 +01:00
parent 250396dbb4
commit 0a415b5129
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -18,6 +18,7 @@ define sunetdrive::app_type (
$dbhost = $config[ 'dbhost' ]
$dbname = $config[ 'dbname' ]
$dbuser = $config[ 'dbuser' ]
$full_backup_retention = $config[ 'full_backup_retention' ]
$instanceid = $config[ 'instanceid' ]
$mysql_user_password = $config[ 'mysql_user_password' ]
$passwordsalt = $config[ 'passwordsalt' ]