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

Commit

Permalink
should really start listening to myself
Browse files Browse the repository at this point in the history
  • Loading branch information
wfarr committed Feb 3, 2013
1 parent ec99d97 commit 68da89d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
homebrew::formula {
'little-cms':
source => 'puppet:///modules/imagemagick/brews/little-cms.rb',
before => Package['little-cms'] ;
before => Package['boxen/brews/little-cms'] ;
'imagemagick':
before => Package['imagemagick'] ;
before => Package['boxen/brews/imagemagick'] ;
}

package {
'little-cms':
'boxen/brews/little-cms':
ensure => '1.19-boxen1',
before => Package['imagemagick'],
before => Package['boxen/brews/imagemagick'],
require => Class['xquartz'] ;
'imagemagick':
'boxen/brews/imagemagick':
ensure => '6.8.0-10-boxen1',
require => Class['xquartz'] ;
}
Expand Down

0 comments on commit 68da89d

Please sign in to comment.