summaryrefslogtreecommitdiff
path: root/manifests/service.pp
diff options
context:
space:
mode:
authorNathan Poirier <nathan@poirier.io>2017-06-21 03:01:26 +0200
committerNathan Poirier <nathan@poirier.io>2017-06-21 03:01:26 +0200
commitcb53a1c69480e56c8e840b0ebb11836747327cd2 (patch)
treea3c922eb2b6273df4025c6fdb79e64a7d5ebe2ba /manifests/service.pp
parentba0717605cd409abc4c94eb1252beef1ab7b7dc7 (diff)
Allow service provider configuration
Diffstat (limited to 'manifests/service.pp')
-rw-r--r--manifests/service.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/service.pp b/manifests/service.pp
index c0d4e95..4d43c9d 100644
--- a/manifests/service.pp
+++ b/manifests/service.pp
@@ -14,6 +14,7 @@ class gitlab_ci_multi_runner::service {
restart => $gitlab_ci_multi_runner::service_restart,
hasstatus => true,
hasrestart => true,
+ provider => $gitlab_ci_multi_runner::service_provider,
}
}