Author: swalling
Description:
Screenshot
What this is I don't even...
Multiple updates/reload/provision cycles did nothing here. I even tried destroying and re-upping.
Version: unspecified
Severity: normal
Attached:
Author: swalling
Description:
Screenshot
What this is I don't even...
Multiple updates/reload/provision cycles did nothing here. I even tried destroying and re-upping.
Version: unspecified
Severity: normal
Attached:
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Declined | ori | T72114 Vector skin not installed after vagrant up/provision | |||
Resolved | • matmarex | T70332 Create a tiny fallback skin to use when no proper skins are present |
Something is wonky with your mediawiki checkout and puppet won't be able to fix it I don't think. Try doing this:
$ cd vagrant/mediawiki
$ git pull
$ cd skins
$ rm -rf Vector # might not be a dir here to delete now but worth trying
$ vagrant provision
If that still doesn't bring vagrant/mediawiki/skins/Vector back for you, you can clone it manually:
$ cd vagrant/mediawiki/skins
$ git clone https://gerrit.wikimedia.org/r/p/mediawiki/skins/Vector.git Vector
swalling wrote:
(In reply to Bryan Davis from comment #1)
Something is wonky with your mediawiki checkout and puppet won't be able to
fix it I don't think. Try doing this:$ cd vagrant/mediawiki
$ git pull
$ cd skins
$ rm -rf Vector # might not be a dir here to delete now but worth trying
$ vagrant provision
This totally worked. I love you Bryan.