summaryrefslogtreecommitdiff
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorJoshua Powers <josh.powers@canonical.com>2017-06-07 14:43:43 -0600
committerScott Moser <smoser@brickies.net>2017-06-07 18:07:09 -0400
commitecad2211f98ba503c61e3502a04176f41849ff41 (patch)
tree3a3588313bf05a0f9afc71c7f20d806352146a0d /snapcraft.yaml
parentf99745cf916e707eaa1ded6f12e8b69837b7242d (diff)
downloadcloud-init-git-ecad2211f98ba503c61e3502a04176f41849ff41.tar.gz
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
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml3
1 files changed, 1 insertions, 2 deletions
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: