diff options
author | John Estabrook <jestabro@sentrium.io> | 2019-07-01 13:17:48 -0500 |
---|---|---|
committer | John Estabrook <jestabro@sentrium.io> | 2019-07-01 13:17:48 -0500 |
commit | fe60d1f73daaf0a567b5b9cc41524b507a9b829d (patch) | |
tree | 9e7152aa8dd3ff400253632340da0044c9c3e528 /data/live-build-config | |
parent | 3305dca496d814dfdc8d1b479e8dc1598f01d681 (diff) | |
download | vyos-build-fe60d1f73daaf0a567b5b9cc41524b507a9b829d.tar.gz vyos-build-fe60d1f73daaf0a567b5b9cc41524b507a9b829d.zip |
[service https] T1443: add nginx and ssl-cert packages; disable nginx on
boot.
Diffstat (limited to 'data/live-build-config')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 | ||||
-rw-r--r-- | data/live-build-config/package-lists/vyos-utils.list.chroot | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/live/18-enable-disable_services.chroot b/data/live-build-config/hooks/live/18-enable-disable_services.chroot index d4d89ba8..787510e0 100755 --- a/data/live-build-config/hooks/live/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/live/18-enable-disable_services.chroot @@ -38,3 +38,4 @@ systemctl disable tftpd-hpa.service systemctl disable strongswan.service systemctl disable frr.service systemctl disable salt-minion.service +systemctl disable nginx.service diff --git a/data/live-build-config/package-lists/vyos-utils.list.chroot b/data/live-build-config/package-lists/vyos-utils.list.chroot index 55f703c8..4dcfef1e 100644 --- a/data/live-build-config/package-lists/vyos-utils.list.chroot +++ b/data/live-build-config/package-lists/vyos-utils.list.chroot @@ -26,3 +26,5 @@ aptitude localepurge bgpq3 libnss-myhostname +ssl-cert +nginx-light |