Skip to content
Snippets Groups Projects
Commit 470914f7 authored by Jan Philipp Timme's avatar Jan Philipp Timme
Browse files

Fix proxy setting for FreeBSD pkg

parent 3037955e
Branches
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ hsh_freebsd_apt_proxy_folder:
hsh_freebsd_apt_proxy:
file.managed:
- name: /usr/local/etc/pkg/repos/FreeBSD.conf
- contents: 'FreeBSD { url: "pkg+{{ hshbase.apt.proxy_address }}/${ABI}/latest" }'
- contents: 'FreeBSD { url: "pkg+{{ hshbase.apt.proxy_address }}/pkg.FreeBSD.org/${ABI}/latest" }'
- mode: 644
- user: root
- group: wheel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment