Supply missing required param to all in one example
This commit adds the parameter proxy_local_net_ip to the swift::proxy class for the all in one example. This parameter had been changed to be required in a previous commit, but the example had not been updated.
This commit is contained in:
parent
7f55060309
commit
a9cafd8dcd
@ -69,6 +69,7 @@ class { 'swift::ringbuilder':
|
||||
|
||||
# TODO should I enable swath in the default config?
|
||||
class { 'swift::proxy':
|
||||
proxy_local_net_ip => $swift_local_net_ip,
|
||||
account_autocreate => true,
|
||||
require => Class['swift::ringbuilder'],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user