Skip to content

Commit b91b900

Browse files
committed
fix linking of play dependencies
1 parent 4a85c80 commit b91b900

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

manifests/init.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
}
3232

3333
# unlink play with brew, because we want to create our own symlinks
34-
exec { "${boxen::config::homebrewdir}/bin/brew unlink play":
34+
file { "${boxen::config::homebrewdir}/bin/play":
35+
ensure => 'absent',
3536
require => Package["boxen/brews/play"]
3637
}
3738
}

manifests/v1_2.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
target => "../Cellar/play12/${version}/bin/play",
2121
}
2222

23-
exec { "${boxen::config::homebrewdir}/bin/brew unlink play12":
23+
file { "${boxen::config::homebrewdir}/bin/play":
24+
ensure => 'absent',
2425
require => Package["boxen/brews/play12"]
2526
}
2627
}

0 commit comments

Comments
 (0)