From 977bd84f500d02b6545688d189d3e2a7c0b9051c Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 14 Jan 2025 13:00:59 +0100 Subject: [PATCH] duplicate --- manifests/satosa.pp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/manifests/satosa.pp b/manifests/satosa.pp index 0fcc34f..3524f87 100644 --- a/manifests/satosa.pp +++ b/manifests/satosa.pp @@ -74,12 +74,6 @@ class sunetdrive::satosa($dehydrated_name=undef,$image='docker.sunet.se/satosa', cert_file => '/etc/satosa/https.crt' } } - file { '/opt/satosa': - ensure => directory, - owner => 'root', - group => 'root', - mode => '0755', - } -> file { '/opt/satosa/restart.sh': ensure => file, owner => 'root',