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:
5b9ac52
)
syntax fix
author
Peter Palfrader
<peter@palfrader.org>
Sat, 7 Feb 2015 18:12:14 +0000
(19:12 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 7 Feb 2015 18:12:14 +0000
(19:12 +0100)
modules/apache2/manifests/site.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/site.pp
b/modules/apache2/manifests/site.pp
index
9ab7635
..
46ec1bf
100644
(file)
--- a/
modules/apache2/manifests/site.pp
+++ b/
modules/apache2/manifests/site.pp
@@
-47,9
+47,9
@@
define apache2::site (
}
if $::lsbmajdistrelease <= 7 {
- $symlink = "/etc/apache2/sites-enabled/${name}"
:
+ $symlink = "/etc/apache2/sites-enabled/${name}"
} else {
- $symlink = "/etc/apache2/sites-enabled/${name}.conf"
:
+ $symlink = "/etc/apache2/sites-enabled/${name}.conf"
file { "/etc/apache2/sites-enabled/${name}":
ensure => absent,