aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/commands/deploy.rb
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-01-31 13:23:30 -0500
committerMicah Anderson <micah@riseup.net>2013-01-31 13:23:30 -0500
commit4c76fd7e1dc8b2a2489d2f99ffa6e305477177ad (patch)
tree5271840faf0312d5034ae5a0144926140e9cec0c /lib/leap_cli/commands/deploy.rb
parent1c58ef79e3f2933a03fdb7397153a0493e19ba17 (diff)
downloadleap_cli-4c76fd7e1dc8b2a2489d2f99ffa6e305477177ad.tar.gz
leap_cli-4c76fd7e1dc8b2a2489d2f99ffa6e305477177ad.tar.bz2
include tag leap_service by default (#1610)
Diffstat (limited to 'lib/leap_cli/commands/deploy.rb')
-rw-r--r--lib/leap_cli/commands/deploy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/commands/deploy.rb b/lib/leap_cli/commands/deploy.rb
index e7dffef..07b338a 100644
--- a/lib/leap_cli/commands/deploy.rb
+++ b/lib/leap_cli/commands/deploy.rb
@@ -33,7 +33,7 @@ module LeapCli
# sync puppet manifests and apply them
ssh.set :puppet_source, [Path.platform, 'puppet'].join('/')
ssh.set :puppet_destination, '/srv/leap'
- tags = ['leap_base']
+ tags = ['leap_base,leap_service']
tags << 'leap_slow' unless options[:fast]
ssh.set :puppet_command, "/usr/bin/puppet apply --color=false --tags=#{tags.join(',')}"
ssh.set :puppet_lib, "puppet/modules"