From cdf7eca5a6da0f9f26ae8c8dd019d7712182bcc9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 16 Jan 2017 16:30:40 -0200 Subject: Fix hosts resource name --- manifests/resources.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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 -- cgit v1.2.3