Merge "Remove mariadb link from mirrors"

This commit is contained in:
Zuul 2018-08-14 21:57:47 +00:00 committed by Gerrit Code Review
commit 044f25d101
1 changed files with 6 additions and 0 deletions

View File

@ -276,6 +276,12 @@ class openstack_project::mirror (
require => File["${www_root}"],
}
# TODO(ianw): remove after cleared out
file { "${www_root}/ubuntu-mariadb":
ensure => absent,
}
#####################################################
# Build VHost
include ::httpd