Merge "Adds Swift Versioning Support"

This commit is contained in:
Jenkins 2015-11-22 22:58:23 +00:00 committed by Gerrit Code Review
commit 1eafb55f4c
1 changed files with 2 additions and 1 deletions

View File

@ -200,7 +200,8 @@ include ::swift::proxy::formpost
# swift storage
class { '::swift::storage::all':
mount_check => str2bool(hiera('swift_mount_check')),
mount_check => str2bool(hiera('swift_mount_check')),
allow_versions => true,
}
if(!defined(File['/srv/node'])) {
file { '/srv/node':