]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
tag 'default' interferes with puppet automatic tagging
authorvarac <varacanero@zeromail.org>
Thu, 31 Jan 2013 10:37:37 +0000 (11:37 +0100)
committervarac <varacanero@zeromail.org>
Thu, 31 Jan 2013 10:37:37 +0000 (11:37 +0100)
lib/leap_cli/commands/deploy.rb

index 818e08e8ac053a553bc00ee00eddd834bdd7701c..ab2042d45d80d26806d43d0c959f09b2f3e91ca4 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 = ['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"