starter-kit/src/manifest.json
Lars Karlitski e14982020a Add Vagrantfile
A simple Vagrant VM based on fedora 25 cloud. It syncs `dist` to
`/usr/local/share/cockpit/<dirname>` on the VM.

Also decrease the minimum required version in `manifest.json` to match
the one that's currently in fedora 25.
2017-07-11 17:13:10 +02:00

12 lines
171 B
JSON

{
"version": "0.1",
"requires": {
"cockpit": "137"
},
"tools": {
"index": {
"label": "subscription-manager"
}
}
}