]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
oops, fixed typo with puppet tags
authorelijah <elijah@riseup.net>
Thu, 31 Jan 2013 10:54:43 +0000 (02:54 -0800)
committerelijah <elijah@riseup.net>
Thu, 31 Jan 2013 10:54:43 +0000 (02:54 -0800)
lib/leap_cli/commands/deploy.rb

index 818e08e8ac053a553bc00ee00eddd834bdd7701c..4d6e68aa63ebff0f3e2b1f2df38426077defd28c 100644 (file)
@@ -35,7 +35,7 @@ module LeapCli
           ssh.set :puppet_destination, '/srv/leap'
           tags = ['default']
           tags << '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