Skip to content

Commit

Permalink
Don't change the listen port for the old default!
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Dec 21, 2012
1 parent 7c9a7e7 commit 7dfaabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/default.rb
@@ -1,5 +1,5 @@
default[:reprepro][:fqdn] = fqdn
default[:reprepro][:listen_port] = 9000
default[:reprepro][:listen_port] = 80
default[:reprepro][:repo_dir] = "/srv/apt"
default[:reprepro][:incoming] = "/srv/apt_incoming"
default[:reprepro][:description] = "APT repository at #{fqdn}"
Expand Down

0 comments on commit 7dfaabf

Please sign in to comment.