Commit 7233a199 by Heechul Kim

diff --git a/porch/templates/bind_main.j2 b/porch/templates/bind_main.j2

index 52b0b75..302b336 100644
--- a/porch/templates/bind_main.j2
+++ b/porch/templates/bind_main.j2
@@ -12,7 +12,7 @@

 - name: Get bind source tarball from ftp://ftp.isc.org.
   get_url:
-    url: ftp://ftp.isc.org/isc/bind9/{{ d['tag'] }}/bind-{{ d['tag'] }}.tar.gz
+    url: http://ftp.isc.org/isc/bind9/{{ d['tag'] }}/bind-{{ d['tag'] }}.tar.gz
     dest: /tmp/bind-{{ d['tag'] }}.tar.gz

 - name: untar the source tarball to managed node's /tmp.
parent 2386b046
Showing with 1 additions and 1 deletions
......@@ -12,7 +12,7 @@
- name: Get bind source tarball from ftp://ftp.isc.org.
get_url:
url: ftp://ftp.isc.org/isc/bind9/{{ d['tag'] }}/bind-{{ d['tag'] }}.tar.gz
url: http://ftp.isc.org/isc/bind9/{{ d['tag'] }}/bind-{{ d['tag'] }}.tar.gz
dest: /tmp/bind-{{ d['tag'] }}.tar.gz
- name: untar the source tarball to managed node's /tmp.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment