Make sure we know where our backups are located
This commit is contained in:
parent
76e110ab90
commit
cbb291be47
1 changed files with 5 additions and 2 deletions
|
@ -254,8 +254,11 @@ class sunetdrive::script (
|
||||||
group => 'root',
|
group => 'root',
|
||||||
mode => '0700',
|
mode => '0700',
|
||||||
}
|
}
|
||||||
file { '/root/tasks/backupsinglenodedb.sh':
|
file_line { 'FIXME_remove_when_s3_migration_done_in_sto3':
|
||||||
ensure => absent,
|
ensure => 'present',
|
||||||
|
line => '37.156.195.53 s3.sto3.safedc.net',
|
||||||
|
path => '/etc/hosts',
|
||||||
|
match => '^37.156.195.53',
|
||||||
}
|
}
|
||||||
if $environment == 'test' {
|
if $environment == 'test' {
|
||||||
sunet::scriptherder::cronjob { 'reboot-customer':
|
sunet::scriptherder::cronjob { 'reboot-customer':
|
||||||
|
|
Loading…
Add table
Reference in a new issue