Skip to content

Commit

Permalink
Add RMagick system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amaia committed Sep 2, 2012
1 parent 132145b commit 1e42975
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions puppet/manifests/default.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
ensure => installed,
}

# RMagick system dependencies
package { ['libmagickwand4', 'libmagickwand-dev']:
ensure => installed,
}

class install_mysql {
class { 'mysql': }

Expand Down

0 comments on commit 1e42975

Please sign in to comment.