File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 17
17
18
18
file { "${boxen::config::homebrewdir}/bin/play2" :
19
19
ensure => ' link' ,
20
- target => " ${boxen::config::homebrewdir} /Cellar/play/${version} /bin/play" ,
20
+ target => " ../Cellar/play/${version} /bin/play" ,
21
+ }
22
+
23
+ file { "${boxen::config::homebrewdir}/bin/play21" :
24
+ ensure => ' link' ,
25
+ target => " ../Cellar/play/${version} /bin/play" ,
26
+ }
27
+
28
+ file { "${boxen::config::homebrewdir}/bin/play211" :
29
+ ensure => ' link' ,
30
+ target => " ../Cellar/play/${version} /bin/play" ,
31
+ }
32
+
33
+ # unlink play with brew, because we want to create our own symlinks
34
+ exec { "${boxen::config::homebrewdir}/bin/brew unlink play" :
35
+ require => Package[" boxen/brews/play" ]
21
36
}
22
37
}
23
38
Original file line number Diff line number Diff line change 17
17
18
18
file { "${boxen::config::homebrewdir}/bin/play1" :
19
19
ensure => ' link' ,
20
- target => " ${boxen::config::homebrewdir} /Cellar/play12/${version} /bin/play" ,
20
+ target => " ../Cellar/play12/${version} /bin/play" ,
21
+ }
22
+
23
+ exec { "${boxen::config::homebrewdir}/bin/brew unlink play12" :
24
+ require => Package[" boxen/brews/play12" ]
21
25
}
22
26
}
You can’t perform that action at this time.
0 commit comments