From e8ae3f3fd59f86e59ef511d62d31eacaf3d7c17b Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 31 Jan 2013 02:54:43 -0800 Subject: oops, fixed typo with puppet tags --- lib/leap_cli/commands/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/leap_cli/commands/deploy.rb b/lib/leap_cli/commands/deploy.rb index 818e08e..4d6e68a 100644 --- a/lib/leap_cli/commands/deploy.rb +++ b/lib/leap_cli/commands/deploy.rb @@ -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 -- cgit v1.2.3