summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeoffrey Bauvin <jeoffrey.bauvin.ext@boursorama.fr>2015-10-26 16:04:05 +0100
committerJeoffrey Bauvin <jeoffrey.bauvin.ext@boursorama.fr>2015-10-26 16:04:05 +0100
commit6f8128c8c4bc95b14650b32002f40a1c64b7b4d7 (patch)
treea26eddd71fdc0f8b90707ed6971b93aa3333e17c
parent5590b0989191c2ff5dda50151abb7342db027d1d (diff)
Add repo and https
-rw-r--r--manifests/install.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/install.pp b/manifests/install.pp
index 9a1fed0..998f7fb 100644
--- a/manifests/install.pp
+++ b/manifests/install.pp
@@ -2,6 +2,13 @@
#
class gitlab_ci_multi_runner::install {
+ ensure_packages('apt-transport-https')
+
+ if($::gitlab_ci_multi_runner::manage_package_repo) {
+ class { 'gitlab_ci_multi_runner::repo':
+ }
+ }
+
package { $gitlab_ci_multi_runner::package_name:
ensure => present,
}