From 24f1a74bc88f3a931f22c409971a4a461c5b8775 Mon Sep 17 00:00:00 2001
From: John Estabrook <jestabro@sentrium.io>
Date: Mon, 1 Jul 2019 13:17:48 -0500
Subject: [service https] T1443: add nginx and ssl-cert packages; disable nginx
 on boot.

Conflicts:
	data/live-build-config/hooks/live/18-enable-disable_services.chroot
---
 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(+)

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 abb67e0f..0caed88a 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,5 +38,6 @@ systemctl disable tftpd-hpa.service
 systemctl disable strongswan.service
 systemctl disable frr.service
 systemctl disable salt-minion.service
+systemctl disable nginx.service
 
 systemctl enable vyos-hostsd.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