projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aa459d
)
Remove extra .conf from apache config file
author
Julien Cristau
<jcristau@debian.org>
Sat, 24 Sep 2016 17:07:39 +0000
(19:07 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Sat, 24 Sep 2016 17:07:39 +0000
(19:07 +0200)
apache2::config already adds .conf to the file name.
modules/roles/manifests/static_mirror.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/static_mirror.pp
b/modules/roles/manifests/static_mirror.pp
index
ce7f03e
..
784d53b
100644
(file)
--- 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'),
}