Merge "Add missing vhost_name"

This commit is contained in:
Jenkins 2015-05-06 20:57:19 +00:00 committed by Gerrit Code Review
commit b12ff0223a
1 changed files with 5 additions and 4 deletions

View File

@ -93,9 +93,10 @@ class logstash::web (
}
apache::vhost { $vhost_name:
port => 80,
docroot => 'MEANINGLESS ARGUMENT',
priority => '50',
template => $vhost,
port => 80,
docroot => 'MEANINGLESS ARGUMENT',
priority => '50',
template => $vhost,
vhost_name => $vhost_name,
}
}