Added git.
Git needs to be installed so we can checkout the refstack source.
This commit is contained in:
parent
5553086cb7
commit
cb0b7b3363
@ -30,4 +30,11 @@ class refstack::api () {
|
||||
}
|
||||
include python::install
|
||||
|
||||
# Ensure Git is present
|
||||
if !defined(Package['git']) {
|
||||
package { 'git':
|
||||
ensure => present
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user