From: Alfredo Deza Date: Tue, 5 Nov 2013 20:23:50 +0000 (-0500) Subject: remove double wget X-Git-Tag: v1.3.1~4^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6c5c581a4c8dc0655d41978e9902c3f0194b6cbb;p=ceph-deploy.git remove double wget Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/hosts/centos/install.py b/ceph_deploy/hosts/centos/install.py index 1549f4c..9d10976 100644 --- a/ceph_deploy/hosts/centos/install.py +++ b/ceph_deploy/hosts/centos/install.py @@ -81,7 +81,7 @@ def install_epel(distro): else: process.run( distro.conn, - ['wget', 'wget http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm'], + ['wget', 'http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm'], ) pkg_managers.rpm( distro.conn,