From 2c5ab23c8c72668b93ae5d557d54dbbd9fec4868 Mon Sep 17 00:00:00 2001 From: David Goodlad Date: Thu, 11 Dec 2014 22:56:40 +1100 Subject: [PATCH] Use homebrewdir to locate homebrew's root --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 7390fe6..e9985c2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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,