Create dirs
This commit is contained in:
parent
46f1330b5c
commit
55cc71871f
1 changed files with 8 additions and 2 deletions
|
@ -41,7 +41,10 @@ class sunetdrive::multinode_db(){
|
||||||
group => 'root',
|
group => 'root',
|
||||||
mode => '0600',
|
mode => '0600',
|
||||||
}
|
}
|
||||||
file { '/root/tasks/listusersbydep.sh':
|
file { '/root/tasks/':
|
||||||
|
ensure => directory,
|
||||||
|
}
|
||||||
|
-> file { '/root/tasks/listusersbydep.sh':
|
||||||
ensure => file,
|
ensure => file,
|
||||||
content => template('sunetdrive/mariadb/listusersdep.sh.erb'),
|
content => template('sunetdrive/mariadb/listusersdep.sh.erb'),
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
|
@ -55,7 +58,10 @@ class sunetdrive::multinode_db(){
|
||||||
group => 'root',
|
group => 'root',
|
||||||
mode => '0700',
|
mode => '0700',
|
||||||
}
|
}
|
||||||
file {'/opt/mariadb/statistics/custdata.json':
|
file {'/opt/mariadb/statistics/':
|
||||||
|
ensure => directory,
|
||||||
|
}
|
||||||
|
-> file {'/opt/mariadb/statistics/custdata.json':
|
||||||
ensure => file,
|
ensure => file,
|
||||||
content => template('sunetdrive/mariadb/custconfig.json.erb'),
|
content => template('sunetdrive/mariadb/custconfig.json.erb'),
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
|
|
Loading…
Add table
Reference in a new issue