Skip to content

Commit

Permalink
Update init.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
tphoney committed Nov 19, 2015
1 parent 7df7b8b commit 31e1b45
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions site/nginx/manifests/init.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
class nginx (
$root = undef,
) {
$package = $nginx::params::package,
$owner = $nginx::params::owner,
$group = $nginx::params::group,
$docroot = $nginx::params::docroot,
$confdir = $nginx::params::confdir,
$logdir = $nginx::params::logdir,
$user = $nginx::params::user,
) inherits nginx::params {

case $::osfamily {
'redhat': {
Expand Down

0 comments on commit 31e1b45

Please sign in to comment.