There was an error while loading. Please reload this page.
1 parent fd56d6a commit 989c59bCopy full SHA for 989c59b
1 file changed
manifests/init.pp
@@ -25,7 +25,8 @@
25
"${homebrew::config::installdir}/lib/python2.7",
26
"${homebrew::config::installdir}/lib/python2.7/site-packages"
27
]:
28
- ensure => 'directory' ;
+ ensure => 'directory',
29
+ require => Package['boxen/brews/python'] ;
30
}
31
32
file { "${homebrew::config::installdir}/Cellar/python/${version}/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages":
0 commit comments