aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/commands/deploy.rb
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-01-31 19:10:59 +0100
committervarac <varacanero@zeromail.org>2013-01-31 19:10:59 +0100
commit8e20cc0da9690293f49aa0bee6475a692e0482ed (patch)
tree27d386e7eea6061a96c982ee517c163117a3df5a /lib/leap_cli/commands/deploy.rb
parent8b7176fa8c40c8cee9d1bfbd9aa75e230bc5cd60 (diff)
downloadleap_cli-8e20cc0da9690293f49aa0bee6475a692e0482ed.tar.gz
leap_cli-8e20cc0da9690293f49aa0bee6475a692e0482ed.tar.bz2
tag 'base' is a bad idea because it invokes apache::base as well
Diffstat (limited to 'lib/leap_cli/commands/deploy.rb')
-rw-r--r--lib/leap_cli/commands/deploy.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/leap_cli/commands/deploy.rb b/lib/leap_cli/commands/deploy.rb
index ab2042d..ebd8909 100644
--- a/lib/leap_cli/commands/deploy.rb
+++ b/lib/leap_cli/commands/deploy.rb
@@ -33,8 +33,8 @@ module LeapCli
# sync puppet manifests and apply them
ssh.set :puppet_source, [Path.platform, 'puppet'].join('/')
ssh.set :puppet_destination, '/srv/leap'
- tags = ['base']
- tags << 'slow' unless options[:fast]
+ 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_lib, "puppet/modules"
ssh.set :puppet_parameters, '--libdir puppet/lib --confdir puppet puppet/manifests/site.pp'