diff options
-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 |