]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
fix erroneous space between tags (#1571)
authorMicah Anderson <micah@riseup.net>
Thu, 31 Jan 2013 18:13:59 +0000 (13:13 -0500)
committerMicah Anderson <micah@riseup.net>
Thu, 31 Jan 2013 18:13:59 +0000 (13:13 -0500)
lib/leap_cli/commands/deploy.rb

index ebd8909ab98076bca62638febcad61e54cf6a0e1..e7dffef9e5ac2a8f1a8d6ca7ebda7ff0b6188c38 100644 (file)
@@ -35,7 +35,7 @@ module LeapCli
           ssh.set :puppet_destination, '/srv/leap'
           tags = ['leap_base']
           tags << 'leap_slow' unless options[:fast]
-          ssh.set :puppet_command, "/usr/bin/puppet apply --color=false --tags=#{tags.join(', ')}"
+          ssh.set :puppet_command, "/usr/bin/puppet apply --color=false --tags=#{tags.join(',')}"
           ssh.set :puppet_lib, "puppet/modules"
           ssh.set :puppet_parameters, '--libdir puppet/lib --confdir puppet puppet/manifests/site.pp'
           ssh.set :puppet_stream_output, true