From 10a62d5c2cad9478220984debb82c8f81f3e4f29 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Wed, 7 Jun 2017 08:45:23 -0700 Subject: [PATCH] workaround for bug in provider --- puppet/production/site/profile/manifests/mac.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/production/site/profile/manifests/mac.pp b/puppet/production/site/profile/manifests/mac.pp index a5ca7df..f4f0fc7 100644 --- a/puppet/production/site/profile/manifests/mac.pp +++ b/puppet/production/site/profile/manifests/mac.pp @@ -42,7 +42,7 @@ class profile::mac { ] package { $homebrew_packages: - ensure => 'latest', + ensure => 'installed', provider => 'brew', }