summaryrefslogtreecommitdiff
path: root/manifests/config.pp
diff options
context:
space:
mode:
authorRafael Chicoli <rafaelchicoli@hotmail.com>2016-01-28 20:57:56 +0100
committerRafael Chicoli <rafaelchicoli@hotmail.com>2016-01-28 21:48:26 +0100
commit30215b4afecbeb591fc3c66cd5be9fc2f59fc54d (patch)
tree1d615979fb9aa44e7db548c4cb6bfa9c30ea587c /manifests/config.pp
parent5c1fd200344fecdb3e4c79de11792d6a79df098a (diff)
move create_ressources runners to init file
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)
- }
}