X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_mirror.pp;h=784d53baf8eb4e59dfd9357b81ac86227d546982;hb=fbe0da36ab4e9e1c76f0b4cff52d3d8ce3fc5d43;hp=ce7f03e97f11dc3203c469e187013936f0a44459;hpb=0aa459dd4a50208a2c12de4923a1b4d5702cc375;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_mirror.pp b/modules/roles/manifests/static_mirror.pp index ce7f03e97..784d53baf 100644 --- a/modules/roles/manifests/static_mirror.pp +++ b/modules/roles/manifests/static_mirror.pp @@ -52,6 +52,9 @@ class roles::static_mirror { } apache2::config { 'local-static-vhost.conf': + ensure => absent, + } + apache2::config { 'local-static-vhost': content => template('roles/static-mirroring/static-vhost.conf.erb'), }