Sha256: deeaaef945c5275a71f375f94c5c100d2db5d0fd84416dd5ad5c3b8eb90cdd45

Contents?: true

Size: 302 Bytes

Versions: 41

Compression:

Stored size: 302 Bytes

Contents

directory 'tmp'

execute 'download repo definition' do
  cwd 'tmp'
  command <<-EOF
    curl https://bintray.com/sbt/rpm/rpm > bintray-sbt-rpm.repo
    sudo mv bintray-sbt-rpm.repo /etc/yum.repos.d/
  EOF
  not_if 'test -e /etc/yum.repos.d/bintray-sbt-rpm.repo'
end

package 'sbt' do
  user 'root'
end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
daddy-0.9.19 itamae/cookbooks/sbt/install.rb
daddy-0.9.18 itamae/cookbooks/sbt/install.rb
daddy-0.9.17 itamae/cookbooks/sbt/install.rb
daddy-0.9.16 itamae/cookbooks/sbt/install.rb
daddy-0.9.15 itamae/cookbooks/sbt/install.rb
daddy-0.9.14 itamae/cookbooks/sbt/install.rb
daddy-0.9.13 itamae/cookbooks/sbt/install.rb
daddy-0.9.12 itamae/cookbooks/sbt/install.rb
daddy-0.9.11 itamae/cookbooks/sbt/install.rb
daddy-0.9.10 itamae/cookbooks/sbt/install.rb
daddy-0.9.9 itamae/cookbooks/sbt/install.rb
daddy-0.9.8 itamae/cookbooks/sbt/install.rb
daddy-0.9.7 itamae/cookbooks/sbt/install.rb
daddy-0.9.6 itamae/cookbooks/sbt/install.rb
daddy-0.9.5 itamae/cookbooks/sbt/install.rb
daddy-0.9.4 itamae/cookbooks/sbt/install.rb
daddy-0.9.3 itamae/cookbooks/sbt/install.rb
daddy-0.9.2 itamae/cookbooks/sbt/install.rb
daddy-0.9.1 itamae/cookbooks/sbt/install.rb
daddy-0.9.0 itamae/cookbooks/sbt/install.rb