Create parent dir

This commit is contained in:
Micke Nordin 2024-09-12 17:27:16 +02:00
parent 2bed7d8914
commit ce6774487a
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -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,