From b79105d7504aa37f153b9d9cd6354affddeee092 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 8 Jun 2016 12:04:52 -0300 Subject: Create host resources --- manifests/resources.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests/resources.pp') 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) } -- cgit v1.2.3