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'],
|
require => Package['python3'],
|
||||||
}
|
}
|
||||||
file { '/opt/backups':
|
file { '/opt/backups':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
mode => '0700'
|
mode => '0700'
|
||||||
}
|
}
|
||||||
file { '/opt/backups/scripts':
|
file { '/opt/backups/scripts':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
mode => '0700'
|
mode => '0700'
|
||||||
}
|
}
|
||||||
file { '/root/.ssh/':
|
file { '/root/.ssh/':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
|
|
Loading…
Add table
Reference in a new issue