From d760626e0b7a334a2cd39138035b1e018298a06c Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 25 Feb 2025 20:18:52 +0100 Subject: [PATCH] Make sure we know where our backups are located --- manifests/script.pp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manifests/script.pp b/manifests/script.pp index 4cfa6c1..ef1dc5c 100644 --- a/manifests/script.pp +++ b/manifests/script.pp @@ -254,8 +254,11 @@ class sunetdrive::script ( group => 'root', mode => '0700', } - file { '/root/tasks/backupsinglenodedb.sh': - ensure => absent, + file_line { 'FIXME_remove_when_s3_migration_done_in_sto3': + ensure => 'present', + line => '37.156.195.53 s3.sto3.safedc.net', + path => '/etc/hosts', + match => '^37.156.195.53', } if $environment == 'test' { sunet::scriptherder::cronjob { 'reboot-customer':