]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
tag 'base' is a bad idea because it invokes apache::base as well
authorvarac <varacanero@zeromail.org>
Thu, 31 Jan 2013 18:10:59 +0000 (19:10 +0100)
committervarac <varacanero@zeromail.org>
Thu, 31 Jan 2013 18:10:59 +0000 (19:10 +0100)
lib/leap_cli/commands/deploy.rb

index ab2042d45d80d26806d43d0c959f09b2f3e91ca4..ebd8909ab98076bca62638febcad61e54cf6a0e1 100644 (file)
@@ -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'