From 7c56746da53a19165143262ed09f6701360525f5 Mon Sep 17 00:00:00 2001 From: Shawn Davis Date: Tue, 21 Jun 2022 20:40:52 -0500 Subject: [PATCH] Fixed typo in nextcloud inventory. --- scripttease/data/inventory/nextcloud/steps.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripttease/data/inventory/nextcloud/steps.ini b/scripttease/data/inventory/nextcloud/steps.ini index 0112f9a..fb9d749 100644 --- a/scripttease/data/inventory/nextcloud/steps.ini +++ b/scripttease/data/inventory/nextcloud/steps.ini @@ -1,5 +1,5 @@ [update system repos] -system.update: +update: [install apache] install: apache2 @@ -14,7 +14,7 @@ install: certbot explain: There are various ways to allow certbot to verify you are authorized to create an SSL cert for a domain. The easiest (in our opinion) is to use the webroot option. To support this, we set up a generic document root where certbot can create the auto-discovery file. See the configuration for the virtual host for how this is used. For now, we just need to create the directory. [make sure a maintenance root exists] -mkdir: /var/www/maint/www +dir: /var/www/maint/www group: {{ apache_group }} owner: {{ apache_user }} recursive: yes @@ -77,7 +77,7 @@ items: ctype, curl, dom, json, gd, imagick, pdo_pgsql, posix, simplexml, xmlread apache.reload: [get an SSL cert] -ssl: {{ domain_name }} +certbot: {{ domain_name }} email: {{ webmaster_email }} [create the SSL version of the apache config file]