summaryrefslogtreecommitdiff
path: root/lib/chef/provider/ifconfig
diff options
context:
space:
mode:
authorkaustubh-d <kausubh@clogeny.com>2013-07-18 00:51:10 -0700
committeradamedx <adamed@opscode.com>2013-07-23 10:36:15 -0700
commitbca6ba6da61ca8a47c7496779a729e7a32fded56 (patch)
tree5a8478b7cedb04db86483e96bc8aeac784abfeb9 /lib/chef/provider/ifconfig
parentf91a1b16e6c1860939b7d2fe0636eb68960cdc23 (diff)
downloadchef-bca6ba6da61ca8a47c7496779a729e7a32fded56.tar.gz
remove an extra space.
Diffstat (limited to 'lib/chef/provider/ifconfig')
-rw-r--r--lib/chef/provider/ifconfig/aix.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/ifconfig/aix.rb b/lib/chef/provider/ifconfig/aix.rb
index 6d1d82c35c..eaa5589b55 100644
--- a/lib/chef/provider/ifconfig/aix.rb
+++ b/lib/chef/provider/ifconfig/aix.rb
@@ -75,7 +75,7 @@ class Chef
raise Chef::Exceptions::Ifconfig, "interface metric attribute cannot be set for :add action" if @new_resource.metric
if @current_resource.inet_addr || @new_resource.is_vip
# adding a VIP
- command = "chdev -l #{@new_resource.device} -a alias4=#{@new_resource.name}"
+ command = "chdev -l #{@new_resource.device} -a alias4=#{@new_resource.name}"
command << ",#{@new_resource.mask}" if @new_resource.mask
else
command = "chdev -l #{@new_resource.device} -a netaddr=#{@new_resource.name}"