Remove reference to script that is gone

This commit is contained in:
Micke Nordin 2023-02-23 15:48:47 +01:00
parent 3712e6228c
commit 746859e70f
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -139,13 +139,6 @@ class sunetdrive::script (
group => 'root',
mode => '0700',
}
file { '/root/tasks/switch_redis_master_to.sh':
ensure => file,
content => template('sunetdrive/script/switch_redis_master_to.erb.sh'),
owner => 'root',
group => 'root',
mode => '0700',
}
file { '/root/tasks/restart-nextcloud-farm':
ensure => file,
content => template('sunetdrive/script/restart-nextcloud-farm.erb'),