Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 989c59b

Browse files
committed
make sure we have a libdir to work with
1 parent fd56d6a commit 989c59b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

manifests/init.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"${homebrew::config::installdir}/lib/python2.7",
2626
"${homebrew::config::installdir}/lib/python2.7/site-packages"
2727
]:
28-
ensure => 'directory' ;
28+
ensure => 'directory',
29+
require => Package['boxen/brews/python'] ;
2930
}
3031

3132
file { "${homebrew::config::installdir}/Cellar/python/${version}/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages":

0 commit comments

Comments
 (0)