aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/commands/deploy.rb
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-01-31 11:37:37 +0100
committervarac <varacanero@zeromail.org>2013-01-31 11:37:37 +0100
commit8b7176fa8c40c8cee9d1bfbd9aa75e230bc5cd60 (patch)
treef5653e0db5b1886430508458ddaa1b13d08f51d6 /lib/leap_cli/commands/deploy.rb
parente8287833452d040b043b90335f86a115216f99ec (diff)
downloadleap_cli-8b7176fa8c40c8cee9d1bfbd9aa75e230bc5cd60.tar.gz
leap_cli-8b7176fa8c40c8cee9d1bfbd9aa75e230bc5cd60.tar.bz2
tag 'default' interferes with puppet automatic tagging
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 818e08e..ab2042d 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 = ['default']
+ tags = ['base']
tags << 'slow' unless options[:fast]
ssh.set :puppet_command, "/usr/bin/puppet apply --color=false --tags=#{tags.join(', ')}"
ssh.set :puppet_lib, "puppet/modules"