Fixed typo in nextcloud inventory.

development
Shawn Davis 2 years ago
parent 7509d74475
commit 7c56746da5
  1. 6
      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]

Loading…
Cancel
Save