Sha256: 12b5f646c51aeeb5a23f1320eb45f1a5070baceaabe6ec7f4ac1e07d23732f37

Contents?: true

Size: 335 Bytes

Versions: 4

Compression:

Stored size: 335 Bytes

Contents

module PoolParty
  class Base
    plugin :dynomite do
      
      def enable
        has_exec "install dynomite" do
          command "git clone git://github.com/cliffmoon/dynomite.git && cd dynomite && git submodule init && git submodule update && rake"
          not_if "which tcrtest"
        end
      end
      
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
auser-poolparty-1.1.6 lib/poolparty/plugins/dynomite.rb
auser-poolparty-1.1.7 lib/poolparty/plugins/dynomite.rb
auser-poolparty-1.2.0 lib/poolparty/plugins/dynomite.rb
fairchild-poolparty-1.1.5 lib/poolparty/plugins/dynomite.rb