Skip to content

Commit

Permalink
pull request #37
Browse files Browse the repository at this point in the history
  • Loading branch information
maxchk committed Aug 22, 2014
2 parents 05e78f8 + 52a2b06 commit 6034125
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/vcl.pp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@
$template_vcl = 'varnish/varnish-vcl.erb'
}

file { "$includedir":
ensure => directory,
}
$includefiles = ["probes", "backends", "directors", "acls", "backendselection", "waf"]
includefile { $includefiles: }

# vcl file
file { 'varnish-vcl':
ensure => present,
Expand Down

0 comments on commit 6034125

Please sign in to comment.