diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/resources.pp | 4 |
1 files changed, 4 insertions, 0 deletions
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) } |