Use httpd::vhost instead of apache::vhost

Change-Id: I429e1977ed70d315adb5003b03c4b8682d43335c
This commit is contained in:
K Jonathan Harker 2015-10-14 19:14:31 -07:00
parent 8c66da99df
commit c051797294
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class kibana::js (
subscribe => Vcsrepo[$base_path],
}
apache::vhost { 'kibana':
httpd::vhost { 'kibana':
docroot => "${base_path}/src",
vhost_name => $vhost_name,
serveraliases => $vhost_aliases,