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.
12 lines
171 B
JSON
12 lines
171 B
JSON
{
|
|
"version": "0.1",
|
|
"requires": {
|
|
"cockpit": "137"
|
|
},
|
|
|
|
"tools": {
|
|
"index": {
|
|
"label": "subscription-manager"
|
|
}
|
|
}
|
|
}
|