Added git.

Git needs to be installed so we can checkout the refstack source.
This commit is contained in:
Michael Krotscheck 2015-04-20 17:18:35 -07:00
parent 5553086cb7
commit cb0b7b3363
1 changed files with 7 additions and 0 deletions

View File

@ -30,4 +30,11 @@ class refstack::api () {
}
include python::install
# Ensure Git is present
if !defined(Package['git']) {
package { 'git':
ensure => present
}
}
}