Merge branch 'testing'

This commit is contained in:
Micke Nordin 2024-10-24 12:19:26 +02:00
commit f27a9c353c
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 0 additions and 5 deletions

View file

@ -19,9 +19,6 @@ 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,8 +15,6 @@ 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