format
This commit is contained in:
parent
606b14db17
commit
b79eb5d4bf
1 changed files with 4 additions and 4 deletions
|
@ -109,12 +109,12 @@ class sunetdrive::script (
|
|||
require => Package['python3'],
|
||||
}
|
||||
file { '/opt/backups':
|
||||
ensure => directory,
|
||||
mode => '0700'
|
||||
ensure => directory,
|
||||
mode => '0700'
|
||||
}
|
||||
file { '/opt/backups/scripts':
|
||||
ensure => directory,
|
||||
mode => '0700'
|
||||
ensure => directory,
|
||||
mode => '0700'
|
||||
}
|
||||
file { '/root/.ssh/':
|
||||
ensure => directory,
|
||||
|
|
Loading…
Add table
Reference in a new issue