summaryrefslogtreecommitdiff
path: root/snapcraft.yaml
AgeCommit message (Collapse)Author
2017-06-07snap: Removing snapcraft plug lineJoshua Powers
The snap is a classic snap and does not need to specify any plugs because it is already unconfined. LP: #1695333
2017-04-12snap: allows for creating cloud-init snapJoshua Powers
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.