Compare commits

..

No commits in common. "f27a9c353c58e81404ee2444d8c7ed71f0ddae03" and "9a367b09557526ba31cd19197ee001c04311b776" have entirely different histories.

2 changed files with 5 additions and 0 deletions

View file

@ -19,6 +19,9 @@ class sunetdrive::multinode_db(){
notify { 'hostmessage':
message => 'We are on multinode-db1. Set up statistics environment.',
}
$custdata=$customers.reduce({}) |$memo, $value| {
$memo + {$value => lookup($value)}
}
$rclone_url = 'https://downloads.rclone.org/rclone-current-linux-amd64.deb'
$local_path = '/tmp/rclone-current-linux-amd64.deb'
exec { 'rclone_deb':

View file

@ -15,6 +15,8 @@ services:
- <%= @nextcloud_log_path %>:/var/www/html/data/nextcloud.log
- <%= @audit_log_path %>:/var/www/html/data/audit.log
- <%= @rclone_conf_path %>:/rclone.conf
environment:
- NC_PASS=<%= @admin_password%>
networks:
- default
- proxysql_proxysql