Indent
This commit is contained in:
parent
ad0b7abff9
commit
46d1db97bc
|
@ -56,11 +56,11 @@ class sunetdrive::multinode_db(){
|
||||||
mode => '0700',
|
mode => '0700',
|
||||||
}
|
}
|
||||||
file {'/opt/mariadb/statistics/custdata.json':
|
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',
|
||||||
group => 'root',
|
group => 'root',
|
||||||
mode => '0600',
|
mode => '0600',
|
||||||
}
|
}
|
||||||
sunet::scriptherder::cronjob { 'genuserdeplists':
|
sunet::scriptherder::cronjob { 'genuserdeplists':
|
||||||
cmd => '/root/tasks/genusersondepartmentlists.sh',
|
cmd => '/root/tasks/genusersondepartmentlists.sh',
|
||||||
|
|
Loading…
Reference in a new issue