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 8f6a8e0 commit 63e7e0d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions manifests/site.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}

0 comments on commit 63e7e0d

Please sign in to comment.