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

Commit

Permalink
Merge pull request #80 from boxen/create-tap-root
Browse files Browse the repository at this point in the history
init: create the boxen tapsdir root directory.
  • Loading branch information
MikeMcQuaid committed Feb 19, 2015
2 parents 99c5a81 + 504d783 commit bf5a4f6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,14 @@
}

file {
[$cachedir, $tapsdir, $cmddir, $brewsdir, "${brewsdir}/cmd"]:
[
$cachedir,
$tapsdir,
$cmddir,
"${tapsdir}/boxen",
$brewsdir,
"${brewsdir}/cmd"
]:
ensure => 'directory' ;

# shim for bottle hooks
Expand Down

0 comments on commit bf5a4f6

Please sign in to comment.