backup-path should be something that only the storage system should need to care...
[mirror/dsa-puppet.git] / modules / apache2 / manifests / auth_digest.pp
1 class apache2::auth_digest {
2         apache2::module { 'auth_digest': }
3 }