summaryrefslogtreecommitdiff
path: root/manifests/lighty.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/lighty.pp')
-rw-r--r--manifests/lighty.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/lighty.pp b/manifests/lighty.pp
index 24228cf..8b7f90f 100644
--- a/manifests/lighty.pp
+++ b/manifests/lighty.pp
@@ -1,10 +1,10 @@
class reprepro::lighty inherits lighttpd {
file { "/etc/lighttpd/conf-available/20-reprepro.conf":
- ensure => present,
+ ensure => present,
content => "alias.url += ( \"/debian/\" => \"$reprepro::basedir/\" )\n";
"/etc/lighttpd/conf-enabled/20-reprepro.conf":
- ensure => "/etc/lighttpd/conf-available/20-reprepro.conf",
+ ensure => "/etc/lighttpd/conf-available/20-reprepro.conf",
require => File['/etc/lighttpd/conf-available/20-reprepro.conf'],
- notify => Service['lighttpd'];
+ notify => Service['lighttpd'];
}
}