summaryrefslogtreecommitdiff
path: root/snapcraft.yaml
Commit message (Collapse)AuthorAgeFilesLines
* snap: Removing snapcraft plug lineJoshua Powers2017-06-071-2/+1
| | | | | | | The snap is a classic snap and does not need to specify any plugs because it is already unconfined. LP: #1695333
* snap: allows for creating cloud-init snapJoshua Powers2017-04-121-0/+21
Add a basic snapcraft.yaml file to allow the execution of cloud-init as a snap. This will always pull down the latest source from master for the snap. setup.py will now also set the default init system to be systemd when no other is passed to it.