Move the Cache-Control setting for package archives to a macro
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index b8e76ad..a2429eb 100644 (file)
@@ -87,6 +87,10 @@ class apache2 {
                source => 'puppet:///modules/apache2/puppet-ssl-macros',
        }
 
+       apache2::config { 'puppet-ftp-macros':
+               source => 'puppet:///modules/apache2/puppet-ftp-macros',
+       }
+
        apache2::config { 'puppet-config':
                content => template('apache2/puppet-config.erb'),
        }