Remove mariadb link from mirrors

In I30bd6b658d87abc765b5caee5003e387981850b4 I missed that this one
symlink should be removed by puppet as it is on all mirror hosts.  We
can then remove this after puppet has run.

Change-Id: I37f52b0ed012ad680eb86f8905764a1c78212148
This commit is contained in:
Ian Wienand 2018-06-26 09:29:37 +10:00
parent c71f690666
commit a4f91315d5
1 changed files with 6 additions and 0 deletions

View File

@ -265,6 +265,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