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 #37 from boxen/correct-homebrew-root-var
Browse files Browse the repository at this point in the history
Use homebrewdir to locate homebrew's root
  • Loading branch information
dgoodlad committed Dec 11, 2014
2 parents e0e8195 + 2c5ab23 commit f8d1b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

# Remove Homebrew's nginx config to avoid confusion.

file { "${boxen::config::home}/homebrew/etc/nginx":
file { "${boxen::config::homebrewdir}/etc/nginx":
ensure => absent,
force => true,
recurse => true,
Expand Down

0 comments on commit f8d1b15

Please sign in to comment.