diff --git a/manifests/app_type.pp b/manifests/app_type.pp index 911e49d..5e90d79 100644 --- a/manifests/app_type.pp +++ b/manifests/app_type.pp @@ -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,