From 441dafad5d4c15fffb6090b51dd7d1791dc5666d Mon Sep 17 00:00:00 2001 From: Jerome Charaoui <jerome@riseup.net> Date: Mon, 2 Aug 2021 16:33:55 -0400 Subject: [PATCH] dangerzone: installation puppetized --- service/dangerzone.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/service/dangerzone.md b/service/dangerzone.md index 3e59d3fe..6b55026a 100644 --- a/service/dangerzone.md +++ b/service/dangerzone.md @@ -104,11 +104,9 @@ This section goes into how the service is setup in depth. ## Installation -The service was installed manually on the `dangerzone-01` virtual -server, based on the [installation instructions from the -README](https://gitlab.torproject.org/tpo/tpa/dangerzone-webdav-processor/-/blob/cfb4ad754f975383a6cd4648194427b39df08899/README.md#installation). The actual instructions were followed mostly to the letter -which means we use an app-specific token and the `dangerzone-bot` user -in Nextcloud. +The service is deployed using the `profile::dangerzone` class in Puppet, +and uses data such as the Nextcloud username and access token retrieved +from Hiera. ## SLA -- GitLab