You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate Moin (wiki.python.org) to static site (#631)
* install docs are stale
* simplify check
* no longger needed
* name swap
* rm state
* name update prod
* configs no no longer needed
* same for scripts, no longer needed
* update to wiki, nginx
* add nginx conf for wiki
* fix vagrant localdev conf
Copy file name to clipboardExpand all lines: docs/guides/migration-recipe.md
+19-14Lines changed: 19 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,24 +90,29 @@ index 68387c9..7a8ace1 100644
90
90
ssh root@NNN.NNN.NNN.NNN
91
91
```
92
92
2. Add Salt repositories for our current target version (add the apt-repo and install `salt-minion` package):
93
-
> **Note**: Ensure you are adding the correct key/repository for the version of Ubuntu you are using.
93
+
> **Note**: Ensure you are adding the correct key/repository for the version of Ubuntu you are using.
94
94
>
95
-
> See [the Salt installation guide](https://docs.saltproject.io/salt/install-guide/en/latest/topics/install-by-operating-system/ubuntu.html) for more information.
RUN printf "Package: salt-*\nPin: version 3006.*\nPin-Priority: 1001\n" > /etc/apt/preferences.d/salt-pin-1001
95
+
> See [the Salt installation guide](https://salt.tips/salt-install-guide/en/latest/topics/install-by-operating-system/linux-deb.html) for more information.
0 commit comments