From: Silvio Rhatto Date: Wed, 8 Jun 2016 15:04:52 +0000 (-0300) Subject: Create host resources X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b79105d7504aa37f153b9d9cd6354affddeee092;p=puppet-nodo.git Create host resources --- 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) }