Add support for custom repos in FreeBSD.
This commit is contained in:
8
ansible/roles/package_manager/templates/custom.conf.j2
Normal file
8
ansible/roles/package_manager/templates/custom.conf.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
custom: {
|
||||
# url: "file:///opt/pkgrepo/packages/current-default-framework"
|
||||
url: "https://freebsdpkg.fizz.buzz/repo/{{ custom_repo }}",
|
||||
enabled: yes,
|
||||
signature_type: "pubkey",
|
||||
pubkey: "/usr/local/etc/pkg/poudriere.pub",
|
||||
priority: 100
|
||||
}
|
||||
Reference in New Issue
Block a user