From 4c76fd7e1dc8b2a2489d2f99ffa6e305477177ad Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 31 Jan 2013 13:23:30 -0500 Subject: include tag leap_service by default (#1610) --- lib/leap_cli/commands/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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" -- cgit v1.2.3