mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Fix FreeBSD pkg conf file
This commit is contained in:
parent
903f5c5551
commit
d762a7336e
1 changed files with 2 additions and 2 deletions
|
@ -4083,8 +4083,8 @@ __configure_freebsd_pkg_details() {
|
|||
echo "FreeBSD:{"
|
||||
echo " url: \"${PKGCONFURL}\","
|
||||
echo " mirror_type: \"srv\","
|
||||
echo " signature_type: "fingerprints",
|
||||
echo " fingerprints: "/usr/share/keys/pkg",
|
||||
echo " signature_type: \"fingerprints\","
|
||||
echo " fingerprints: \"/usr/share/keys/pkg\","
|
||||
echo " enabled: true"
|
||||
echo "}"
|
||||
} > $conf_file
|
||||
|
|
Loading…
Add table
Reference in a new issue