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', -} +