From 63e7e0d4a5d3ba96f536754c38e98a1b59611641 Mon Sep 17 00:00:00 2001 From: TP Honey Date: Thu, 19 Nov 2015 17:37:55 +0000 Subject: [PATCH] Update site.pp --- manifests/site.pp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/manifests/site.pp b/manifests/site.pp index 77778df879..23ef0e778b 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -55,9 +55,11 @@ # include motd $msg = hiera('message') notify { $msg: } + include nginx + class { 'nginx': + root => '/var/www/html', + } } -include nginx + nginx::vhost { 'carne.asada': } -class { 'nginx': - root => '/var/www/html', -} +