Upgraded xfr.pm.f29 to xfr.pm.f30.
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Wed, 22 May 2019 10:12:07 +0000 (12:12 +0200)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Wed, 22 May 2019 10:12:07 +0000 (12:12 +0200)
14 files changed:
sources/ws.pm.f30/firstboot/10_certbot.sh
sources/xfr.pm.f30/config [moved from sources/xfr.pm.f29/config with 100% similarity]
sources/xfr.pm.f30/envvars [moved from sources/xfr.pm.f29/envvars with 100% similarity]
sources/xfr.pm.f30/firstboot/01_setupnetworking.sh [moved from sources/xfr.pm.f29/firstboot/01_setupnetworking.sh with 100% similarity]
sources/xfr.pm.f30/firstboot/02_settimezone.sh [moved from sources/xfr.pm.f29/firstboot/02_settimezone.sh with 100% similarity]
sources/xfr.pm.f30/firstboot/03_setupldap.sh [moved from sources/xfr.pm.f29/firstboot/03_setupldap.sh with 100% similarity]
sources/xfr.pm.f30/firstboot/99_cleanup.sh [moved from sources/xfr.pm.f29/firstboot/99_cleanup.sh with 100% similarity]
sources/xfr.pm.f30/postinstall/01_setownership.sh [moved from sources/xfr.pm.f29/postinstall/01_setownership.sh with 100% similarity]
sources/xfr.pm.f30/postinstall/02_setpermissions.sh [moved from sources/xfr.pm.f29/postinstall/02_setpermissions.sh with 100% similarity]
sources/xfr.pm.f30/postinstall/03_installfiles.sh [moved from sources/xfr.pm.f29/postinstall/03_installfiles.sh with 100% similarity]
sources/xfr.pm.f30/postinstall/10_setupservices.sh [moved from sources/xfr.pm.f29/postinstall/10_setupservices.sh with 100% similarity]
sources/xfr.pm.f30/postinstall/99_cleanup.sh [moved from sources/xfr.pm.f29/postinstall/99_cleanup.sh with 100% similarity]
sources/xfr.pm.f30/postinstall/install/etc/hosts [moved from sources/xfr.pm.f29/postinstall/install/etc/hosts with 100% similarity]
sources/xfr.pm.f30/postinstall/install/etc/httpd/conf.d/xfr.80.conf [moved from sources/xfr.pm.f29/postinstall/install/etc/httpd/conf.d/xfr.80.conf with 100% similarity]

index 0ee797d080de982c227fe7e872d8cdf75504b7de..620271b19e0206069db6a0e8bb419dbd7168dbc6 100755 (executable)
@@ -37,4 +37,6 @@ then
     cp --archive /usr/lib/python3.7/site-packages/certbot_apache/options-ssl-apache.conf /etc/letsencrypt
     systemctl enable httpd.service
     systemctl start httpd.service
+    systemctl enable certbot-renew.timer
+    systemctl start certbot-renew.timer
 fi