Skip to content

Commit

Permalink
Merge pull request #6 from hdi-kw/patch-1
Browse files Browse the repository at this point in the history
Add gcc-g++ dependency for RedHat
  • Loading branch information
actionjack committed Jun 10, 2014
2 parents 09eea43 + 6ba17e1 commit e8e1814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
$provider = 'upstart'
}
'Redhat': {
$packages = ['ruby-devel', 'sqlite-devel', 'rubygems']
$packages = ['ruby-devel', 'sqlite-devel', 'rubygems', 'gcc-c++']
$config_file = '/etc/init.d/mailcatcher'
$template = 'mailcatcher/etc/init/mailcatcher.sysv.erb'
$provider = 'redhat'
Expand All @@ -25,4 +25,4 @@
fail("${::osfamily} is not supported.")
}
}
}
}

0 comments on commit e8e1814

Please sign in to comment.