]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
include tag leap_service by default (#1610)
authorMicah Anderson <micah@riseup.net>
Thu, 31 Jan 2013 18:23:30 +0000 (13:23 -0500)
committerMicah Anderson <micah@riseup.net>
Thu, 31 Jan 2013 18:23:30 +0000 (13:23 -0500)
lib/leap_cli/commands/deploy.rb

index e7dffef9e5ac2a8f1a8d6ca7ebda7ff0b6188c38..07b338a0c95016fe1fc70d0d86278c37972b49f1 100644 (file)
@@ -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"