From 417682c0a4373ae450cb6bce052c05ab1a29ba89 Mon Sep 17 00:00:00 2001 From: TP Honey Date: Thu, 19 Nov 2015 17:42:16 +0000 Subject: [PATCH] Update site.pp --- manifests/site.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/site.pp b/manifests/site.pp index 23ef0e778b..70ee4c4229 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -55,10 +55,12 @@ # include motd $msg = hiera('message') notify { $msg: } + include nginx class { 'nginx': root => '/var/www/html', } + } nginx::vhost { 'carne.asada': }