From 8b7176fa8c40c8cee9d1bfbd9aa75e230bc5cd60 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 31 Jan 2013 11:37:37 +0100 Subject: tag 'default' interferes with puppet automatic tagging --- lib/leap_cli/commands/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_cli/commands/deploy.rb') 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" -- cgit v1.2.3