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 8e4491f..287fc9e 100644
--- a/manifests/resources.pp
+++ b/manifests/resources.pp
@@ -27,4 +27,8 @@ class nodo::resources {
# Cron entries
$cron = hiera('cron::jobs', {})
create_resources('cron', $cron)
+
+ # Hosts
+ $hosts = hiera('hosts::jobs', {})
+ create_resources('host', $hosts)
}