From: Silvio Rhatto Date: Fri, 17 Jun 2016 18:43:07 +0000 (-0300) Subject: Create nginx::site entries X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=767e51ef0627c3a6f756efd56a9892de75faf357;p=puppet-nodo.git Create nginx::site entries --- diff --git a/manifests/resources.pp b/manifests/resources.pp index e6b6df9..e415ce4 100644 --- a/manifests/resources.pp +++ b/manifests/resources.pp @@ -31,4 +31,8 @@ class nodo::resources { # Hosts $hosts = hiera('hosts::jobs', {}) create_resources('host', $hosts) + + # Nginx entries + $nginx = hiera('nginx::sites', {}) + create_resources('nginx::site', $nginx) }