Skip to content

Commit

Permalink
require vhost folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Tombar committed May 6, 2015
1 parent 898e9f6 commit 44afdd6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions manifests/resource/vhost.pp
Original file line number Diff line number Diff line change
Expand Up @@ -495,10 +495,11 @@
}

concat { $config_file:
owner => $owner,
group => $group,
mode => $mode,
notify => Class['::nginx::service'],
owner => $owner,
group => $group,
mode => $mode,
notify => Class['::nginx::service'],
require => File[$vhost_dir]
}

$ssl_only = ($ssl == true) and ($ssl_port == $listen_port)
Expand Down

0 comments on commit 44afdd6

Please sign in to comment.