aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/resources.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/resources.pp b/manifests/resources.pp
index 644c18c..aa95a7e 100644
--- a/manifests/resources.pp
+++ b/manifests/resources.pp
@@ -51,4 +51,8 @@ class nodo::resources {
# Exec
$execs = hiera('execs', {})
create_resources('exec', $execs)
+
+ # Repositories
+ $vcsrepos = hiera('vcsrepos', {})
+ create_resources('vcsrepo', $vcsrepos)
}