From fbe0da36ab4e9e1c76f0b4cff52d3d8ce3fc5d43 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Sat, 24 Sep 2016 19:07:39 +0200 Subject: [PATCH] Remove extra .conf from apache config file apache2::config already adds .conf to the file name. --- modules/roles/manifests/static_mirror.pp | 3 +++ 1 file changed, 3 insertions(+) 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'), } -- 2.20.1