From 767e51ef0627c3a6f756efd56a9892de75faf357 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 17 Jun 2016 15:43:07 -0300 Subject: Create nginx::site entries --- manifests/resources.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests') 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) } -- cgit v1.2.3