Set expiration for multinode

This commit is contained in:
Micke Nordin 2025-01-16 12:47:16 +01:00
parent 9c1e10ff4c
commit 61daa44afa
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

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