From f91270c69228efa77f3fb1b0b0b652908f8c6d0c Mon Sep 17 00:00:00 2001 From: Nikolay Vinogradov Date: Sat, 27 Feb 2021 17:23:50 +0300 Subject: [PATCH] Remove unneeded custom NRPE PPA NRPE daemon runs under snap-daemon and not root. Remove reference to the custom PPA. Change-Id: I7d929f6ca52f436b8ca765b65367df74a2dc67dc --- snapcraft.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 8dda75b..338ebac 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1583,9 +1583,6 @@ parts: apt-get install apt-transport-https echo 'deb https://artifacts.elastic.co/packages/7.x/apt stable main' > /etc/apt/sources.list.d/elastic-7.x.list echo 'deb http://ppa.launchpad.net/telegraf-devs/ppa/ubuntu bionic main' > /etc/apt/sources.list.d/telegraf.x.list - # this needs to be re-worked in order to be built in-place - echo 'deb http://ppa.launchpad.net/nikolay.vinogradov/nrpe-root/ubuntu bionic main' > /etc/apt/sources.list.d/nrpe-root.list - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F767C80E0FC5C835 apt-get update --allow-unauthenticated #lma-configs: