diff options
author | elijah <elijah@riseup.net> | 2013-01-31 02:54:43 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-01-31 02:54:43 -0800 |
commit | e8ae3f3fd59f86e59ef511d62d31eacaf3d7c17b (patch) | |
tree | 083ce82c16a0c9babebd42c2ff47523c5fcca85c /lib/leap_cli/commands | |
parent | e8287833452d040b043b90335f86a115216f99ec (diff) |
oops, fixed typo with puppet tags
Diffstat (limited to 'lib/leap_cli/commands')
-rw-r--r-- | lib/leap_cli/commands/deploy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |