]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Fix hosts resource name
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 16 Jan 2017 18:30:40 +0000 (16:30 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 16 Jan 2017 18:30:40 +0000 (16:30 -0200)
manifests/resources.pp

index af278e16b59c79327e8ac1c9556420cc38a2edc0..d885153bb781943806354ff351fe54e2dbc22780 100644 (file)
@@ -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