Skip to content

Commit c9fc6bb

Browse files
committed
Install scala support for play12
1 parent 3959c93 commit c9fc6bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

manifests/v1_2.pp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
require => Package["boxen/brews/play12"]
2626
}
2727

28+
exec { "${boxen::config::homebrewdir}/bin/play1 install scala":
29+
require => Package["boxen/brews/play12"]
30+
}
31+
2832
# Remove older version of play12
2933
file { "${boxen::config::homebrewdir}/Cellar/play12/1.2.5-boxen1":
3034
ensure => 'absent',

0 commit comments

Comments
 (0)