I am blind

This commit is contained in:
Micke Nordin 2025-02-26 11:05:31 +01:00
parent 74f96705f1
commit ebe6f9640d
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -89,15 +89,15 @@ define sunetdrive::app_type (
$expiration_months = max(12, $full_backup_retention)
$expiration_days_min = $expiration_months * 31
$expiration_days_max = $expiration_months * 31 + 93
file { '/usr/local/bin/get_containers':
ensure => present,
force => true,
owner => 'root',
group => 'root',
content => template('sunetdrive/application/get_containers'),
mode => '0744',
}
if ($environment == 'test' and ($nodenumber == 3) and ! ($is_multinode )) {
file { '/usr/local/bin/get_containers':
ensure => present,
force => true,
owner => 'root',
group => 'root',
content => template('sunetdrive/application/get_containers'),
mode => '0744',
}
file { '/usr/local/bin/scan_external_mounts':
ensure => present,
force => true,