aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-01-16 16:30:40 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-01-16 16:30:40 -0200
commitcdf7eca5a6da0f9f26ae8c8dd019d7712182bcc9 (patch)
treed8e98b182b9f7d8248829fca4443c9983f693cdf
parent8db51e89d0efc0ac9201ce0416f2f3de4238064e (diff)
downloadpuppet-nodo-cdf7eca5a6da0f9f26ae8c8dd019d7712182bcc9.tar.gz
puppet-nodo-cdf7eca5a6da0f9f26ae8c8dd019d7712182bcc9.tar.bz2
Fix hosts resource name
-rw-r--r--manifests/resources.pp2
1 files changed, 1 insertions, 1 deletions
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