Add gcc package dependency to jeepyb module

The entrypoints use for jeepyb won't work without pycrypto
installed, so we want to be able to pip install pycrypto which
requires the gcc package.

Change-Id: I9ff914347743c20728b5b10028866d8cbc7f0c61
This commit is contained in:
Elizabeth Krumbach 2013-07-29 13:33:04 -07:00
parent fc45733756
commit 702e797fac
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ class jeepyb (
}
}
package { 'gcc':
ensure => present,
}
# A lot of things need yaml, be conservative requiring this package to avoid
# conflicts with other modules.
case $::osfamily {