From ecad2211f98ba503c61e3502a04176f41849ff41 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Wed, 7 Jun 2017 14:43:43 -0600 Subject: snap: Removing snapcraft plug line The snap is a classic snap and does not need to specify any plugs because it is already unconfined. LP: #1695333 --- snapcraft.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'snapcraft.yaml') diff --git a/snapcraft.yaml b/snapcraft.yaml index 24e8e74d..8f07592e 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -2,7 +2,7 @@ name: cloud-init version: master summary: Init scripts for cloud instances description: | - Cloud instances need special scripts to run during initialisation to + Cloud instances need special scripts to run during initialization to retrieve and install ssh keys and to let the user run various scripts. grade: stable @@ -12,7 +12,6 @@ apps: cloud-init: # LP: #1669306 command: usr/bin/python3 $SNAP/bin/cloud-init - plugs: [network] parts: cloud-init: -- cgit v1.2.1