We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a85c80 commit b91b900Copy full SHA for b91b900
manifests/init.pp
@@ -31,7 +31,8 @@
31
}
32
33
# unlink play with brew, because we want to create our own symlinks
34
- exec { "${boxen::config::homebrewdir}/bin/brew unlink play":
+ file { "${boxen::config::homebrewdir}/bin/play":
35
+ ensure => 'absent',
36
require => Package["boxen/brews/play"]
37
38
manifests/v1_2.pp
@@ -20,7 +20,8 @@
20
target => "../Cellar/play12/${version}/bin/play",
21
22
23
- exec { "${boxen::config::homebrewdir}/bin/brew unlink play12":
24
25
require => Package["boxen/brews/play12"]
26
27
0 commit comments