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 #46 from concordia-publishing-house/dont-install-b…
Browse files Browse the repository at this point in the history
…rewcask

Stopped installing brew-cask, since it comes with Homebrew now
  • Loading branch information
radeksimko committed Jan 10, 2016
2 parents b5e084f + 03168ff commit b8b35ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
8 changes: 0 additions & 8 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,11 @@
# This prevents typing root password the first time a cask is installed
file { $cask_room:
ensure => directory,
before => Package['brew-cask'],
require => File[$cask_home]
}

package { 'brew-cask':
require => Homebrew::Tap['caskroom/cask'],
provider => homebrew
}

boxen::env_script { 'brewcask':
content => template('brewcask/env.sh.erb'),
priority => highest,
}

Package['brew-cask'] -> Package <| provider == brewcask |>
}
4 changes: 0 additions & 4 deletions spec/classes/brewcask_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
should contain_file('/test/custom/homebrew-cask/Caskroom').with_ensure('directory')
end

it do
should contain_package('brew-cask').with_provider('homebrew')
end

it do
should contain_boxen__env_script('brewcask').with_ensure('present')
end
Expand Down

0 comments on commit b8b35ad

Please sign in to comment.