Skip to content
Snippets Groups Projects
Commit 636c351a authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

Double escape comments

parent d338a0df
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ For backups, the host need to be in maintenance_contract group and the following ...@@ -26,6 +26,7 @@ For backups, the host need to be in maintenance_contract group and the following
* swift_cloud_username * swift_cloud_username
* swift_cloud_password * swift_cloud_password
* swift_cloud_regionname * swift_cloud_regionname
* cloud_backup_pass
Dependencies Dependencies
------------ ------------
......
...@@ -5,11 +5,11 @@ cloud_pg_pass: "notSoSecurePassword" ...@@ -5,11 +5,11 @@ cloud_pg_pass: "notSoSecurePassword"
cloud_pg_hash: "md53fc414b70561de0f2acb4f3b0985f5cd" # can be obtained with echo "md5`echo -n 'notSoSecurePassword' | md5sum | awk '{print $1}'`" cloud_pg_hash: "md53fc414b70561de0f2acb4f3b0985f5cd" # can be obtained with echo "md5`echo -n 'notSoSecurePassword' | md5sum | awk '{print $1}'`"
cloud_data_dir: "/owncloud" cloud_data_dir: "/owncloud"
# E-mail used to generate Let's Encrypt SSL certificate ## E-mail used to generate Let's Encrypt SSL certificate
default_maintenance_email: "maintenance@example.org" default_maintenance_email: "maintenance@example.org"
# Backups ## Backups
# Parameters for pushing backups to Object Storage - Instance 1 ## Parameters for pushing backups to Object Storage - Instance 1
swift_cloud_authurl: https://auth.cloud.ovh.net/v3/ swift_cloud_authurl: https://auth.cloud.ovh.net/v3/
swift_cloud_authversion: 3 swift_cloud_authversion: 3
swift_cloud_tenantid: "132e1fa" swift_cloud_tenantid: "132e1fa"
...@@ -17,3 +17,4 @@ swift_cloud_tenantname: "12312534534" ...@@ -17,3 +17,4 @@ swift_cloud_tenantname: "12312534534"
swift_cloud_username: "testuser" swift_cloud_username: "testuser"
swift_cloud_password: "testpassword" swift_cloud_password: "testpassword"
swift_cloud_regionname: "GRA" swift_cloud_regionname: "GRA"
cloud_backup_pass: "notSoSecurePassword"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment