Browse Source

Add protocol and port in pillar repository example for 3rd party repo

When adding, gpg will fail with a "not able to connect" in some cases (most likely related to firewalling, but not investigated thoroughly): adding the specific protocol and port solves this issue.
tags/v0.7.0
Simon Clausen 8 years ago
parent
commit
39dc9eb8e9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pillar.example

+ 1
- 1
pillar.example View File

@@ -53,7 +53,7 @@ apt:
url: http://linux.dropbox.com/debian
arch: [i386, amd64]
keyid: 1C61A2656FB57B7E4DE0F4C1FC918B335044912E
keyserver: pgp.mit.edu
keyserver: hkp://pgp.mit.edu:80

preferences:
00-rspamd:

Loading…
Cancel
Save