mirror of
https://github.com/krislamo/vagrant-jenkins
synced 2024-12-16 13:20:35 +00:00
add profiles::base
This commit is contained in:
parent
943e3e69fc
commit
80c1b5fffb
11
puppet/src/profiles/manifests/base.pp
Normal file
11
puppet/src/profiles/manifests/base.pp
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
class profiles::base {
|
||||||
|
|
||||||
|
package { [
|
||||||
|
'git',
|
||||||
|
]:
|
||||||
|
ensure => 'installed',
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@ -2,6 +2,7 @@
|
|||||||
# for EuPathDB
|
# for EuPathDB
|
||||||
class profiles::ebrc_jenkins {
|
class profiles::ebrc_jenkins {
|
||||||
|
|
||||||
|
include ::profiles::base
|
||||||
include ::profiles::ebrc_java_stack
|
include ::profiles::ebrc_java_stack
|
||||||
include ::profiles::local_home
|
include ::profiles::local_home
|
||||||
include ::ebrc_jenkins
|
include ::ebrc_jenkins
|
||||||
|
Loading…
Reference in New Issue
Block a user