Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
ffdd-server
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Git Issue Tracker
Git Issue Tracker
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Firmware-Developer
ffdd-server
Commits
32e83f92
Verified
Commit
32e83f92
authored
Oct 17, 2020
by
Sven enniK
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wireguard: remove ppa repo for ubuntu:bionic
parent
8b82f62c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
salt/freifunk/base/wireguard/init.sls
salt/freifunk/base/wireguard/init.sls
+5
-1
No files found.
salt/freifunk/base/wireguard/init.sls
View file @
32e83f92
...
...
@@ -13,10 +13,14 @@ wireguard:
- dist: unstable
- file: /etc/apt/sources.list.d/wireguard.list
{% elif grains['os'] == 'Ubuntu' %}
{% elif grains['os'] == 'Ubuntu'
and grains['oscodename'] == 'xenial'
%}
pkgrepo.managed:
- ppa: wireguard/wireguard
{% elif grains['os'] == 'Ubuntu' and grains['oscodename'] == 'bionic' %}
/etc/apt/sources.list.d/wireguard-ubuntu-wireguard-bionic.list:
file.absent
{% endif %}
pkg.installed:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment