Fix path
authorPeter Palfrader <peter@palfrader.org>
Sun, 16 Apr 2017 12:23:16 +0000 (14:23 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 16 Apr 2017 12:23:16 +0000 (14:23 +0200)
modules/roles/manifests/static_mirror.pp

index 0f7a226..e86899c 100644 (file)
@@ -197,11 +197,11 @@ class roles::static_mirror {
                ensure => directory,
                mode   => '02755'
        }
-       file { '/srv/static.debian.org/archive.debian.net':
+       file { '/srv/static.debian.org/puppet/archive.debian.net':
                ensure => directory,
                mode   => '02755'
        }
-       file { '/srv/static.debian.org/archive.debian.net/503.html':
+       file { '/srv/static.debian.org/puppet/archive.debian.net/503.html':
                source => 'puppet:///modules/roles/static-htdocs/archive.debian.net/503.html',
        }