summaryrefslogtreecommitdiff
path: root/manifests/config.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/config.pp')
-rw-r--r--manifests/config.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index c8a6fbd..fec0ac2 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -21,7 +21,4 @@ class gitlab_ci_multi_runner::config (
order => '01',
}
- if $gitlab_ci_multi_runner::runners {
- create_resources(gitlab_ci_multi_runner::runner, $runners)
- }
}