Skip to content

Commit

Permalink
Merge pull request #265 from Sauraus/issue-264
Browse files Browse the repository at this point in the history
Access keyserver.ubuntu.com on port 80
  • Loading branch information
Tom Duffield committed Mar 3, 2015
2 parents 5c5cac2 + 9e3c784 commit 250d0fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ tmp/
*.sublime-project
*.sublime-workspace
*.un~
.idea/

# OS files
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
},
'default' => nil
)
default['docker']['package']['repo_keyserver'] = 'keyserver.ubuntu.com'
default['docker']['package']['repo_keyserver'] = 'hkp://keyserver.ubuntu.com:80'
# Found at https://get.docker.io/ubuntu/
default['docker']['package']['repo_key'] = 'A88D21E9'

Expand Down

0 comments on commit 250d0fa

Please sign in to comment.