From: Silvio Rhatto Date: Mon, 16 Jan 2017 18:30:40 +0000 (-0200) Subject: Fix hosts resource name X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cdf7eca5a6da0f9f26ae8c8dd019d7712182bcc9;p=puppet-nodo.git Fix hosts resource name --- diff --git a/manifests/resources.pp b/manifests/resources.pp index af278e1..d885153 100644 --- a/manifests/resources.pp +++ b/manifests/resources.pp @@ -33,7 +33,7 @@ class nodo::resources { create_resources('cron', $cron) # Hosts - $hosts = hiera('hosts::jobs', {}) + $hosts = hiera('hosts', {}) create_resources('host', $hosts) # Nginx entries