From fdb57e1b99fcab7ab9d6d106fc90ab53324a1a1a Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Thu, 3 Oct 2024 16:14:33 +0200 Subject: [PATCH] format --- manifests/script.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/script.pp b/manifests/script.pp index f45e23f..494150d 100644 --- a/manifests/script.pp +++ b/manifests/script.pp @@ -109,8 +109,8 @@ class sunetdrive::script ( require => Package['python3'], } file { '/opt/backups': - ensure => directory, - mode => '0700' + ensure => directory, + mode => '0700' } file { '/opt/backups/scripts': ensure => directory,