Eliminate remaining class inclusions by absolute names
Change-Id: Ia0cc5d8aa3e4daaf2be0889f82d2186e92553348
This commit is contained in:
parent
c3e8ab9bc0
commit
7a6fa33e77
@ -59,7 +59,7 @@ class { 'swift::proxy':
|
|||||||
account_autocreate => true,
|
account_autocreate => true,
|
||||||
require => Class['swift::ringbuilder'],
|
require => Class['swift::ringbuilder'],
|
||||||
}
|
}
|
||||||
class { ['::swift::proxy::healthcheck', '::swift::proxy::cache']: }
|
class { ['swift::proxy::healthcheck', 'swift::proxy::cache']: }
|
||||||
|
|
||||||
class { 'swift::proxy::tempauth':
|
class { 'swift::proxy::tempauth':
|
||||||
account_user_list => [
|
account_user_list => [
|
||||||
|
@ -221,12 +221,12 @@ node /swift-proxy/ {
|
|||||||
|
|
||||||
# configure all of the middlewares
|
# configure all of the middlewares
|
||||||
class { [
|
class { [
|
||||||
'::swift::proxy::account_quotas',
|
'swift::proxy::account_quotas',
|
||||||
'::swift::proxy::catch_errors',
|
'swift::proxy::catch_errors',
|
||||||
'::swift::proxy::container_quotas',
|
'swift::proxy::container_quotas',
|
||||||
'::swift::proxy::healthcheck',
|
'swift::proxy::healthcheck',
|
||||||
'::swift::proxy::cache',
|
'swift::proxy::cache',
|
||||||
'::swift::proxy::s3api',
|
'swift::proxy::s3api',
|
||||||
]: }
|
]: }
|
||||||
class { 'swift::proxy::bulk':
|
class { 'swift::proxy::bulk':
|
||||||
max_containers_per_extraction => 10000,
|
max_containers_per_extraction => 10000,
|
||||||
|
@ -31,7 +31,7 @@ class swift::storage(
|
|||||||
include swift::deps
|
include swift::deps
|
||||||
|
|
||||||
if !defined(Class['rsync::server']){
|
if !defined(Class['rsync::server']){
|
||||||
class{ '::rsync::server':
|
class{ 'rsync::server':
|
||||||
use_xinetd => $rsync_use_xinetd,
|
use_xinetd => $rsync_use_xinetd,
|
||||||
address => $storage_local_net_ip,
|
address => $storage_local_net_ip,
|
||||||
use_chroot => 'no',
|
use_chroot => 'no',
|
||||||
|
Loading…
Reference in New Issue
Block a user