From fe60d1f73daaf0a567b5b9cc41524b507a9b829d Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Mon, 1 Jul 2019 13:17:48 -0500 Subject: [service https] T1443: add nginx and ssl-cert packages; disable nginx on boot. --- data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 + data/live-build-config/package-lists/vyos-utils.list.chroot | 2 ++ 2 files changed, 3 insertions(+) (limited to 'data/live-build-config') 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 -- cgit v1.2.3