Remove extra .conf from apache config file
[mirror/dsa-puppet.git] / modules / roles / manifests / static_mirror.pp
index ce7f03e..784d53b 100644 (file)
@@ -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'),
        }