fix path
authorPeter Palfrader <peter@palfrader.org>
Thu, 26 Apr 2018 18:35:56 +0000 (20:35 +0200)
committerPeter Palfrader <peter@palfrader.org>
Thu, 26 Apr 2018 18:35:56 +0000 (20:35 +0200)
modules/roles/manifests/alioth_archive.pp

index b814b57..06e08a4 100644 (file)
@@ -4,7 +4,7 @@ class roles::alioth_archive {
 
        apache2::site { '020-alioth-archive.debian.org':
                site   => 'alioth-archive.debian.org',
-               content => template('roles/alioth_archive.debian.org.erb')
+               content => template('roles/apache-alioth-archive.debian.org.erb')
        }
        ssl::service { 'alioth-archive.debian.org':
                notify => Exec['service apache2 reload'],