Skip to content

Commit

Permalink
Update site.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
tphoney committed Nov 19, 2015
1 parent 8160de9 commit 417682c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/site.pp
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@
# include motd
$msg = hiera('message')
notify { $msg: }

include nginx
class { 'nginx':
root => '/var/www/html',
}

}

nginx::vhost { 'carne.asada': }
Expand Down

0 comments on commit 417682c

Please sign in to comment.