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.
This commit is contained in:
parent
6f4a5a62ae
commit
e14982020a
3 changed files with 28 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": "0.1",
|
||||
"requires": {
|
||||
"cockpit": "138"
|
||||
"cockpit": "137"
|
||||
},
|
||||
|
||||
"tools": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue