diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-01-16 16:30:40 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-01-16 16:30:40 -0200 |
commit | cdf7eca5a6da0f9f26ae8c8dd019d7712182bcc9 (patch) | |
tree | d8e98b182b9f7d8248829fca4443c9983f693cdf | |
parent | 8db51e89d0efc0ac9201ce0416f2f3de4238064e (diff) | |
download | puppet-nodo-cdf7eca5a6da0f9f26ae8c8dd019d7712182bcc9.tar.gz puppet-nodo-cdf7eca5a6da0f9f26ae8c8dd019d7712182bcc9.tar.bz2 |
Fix hosts resource name
-rw-r--r-- | manifests/resources.pp | 2 |
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 |