Merge pull request #44 from branan/puppet_26_compat
Remove trailing comma for puppet 2.6 compat
This commit is contained in:
@@ -39,7 +39,7 @@ class swift::proxy::authtoken(
|
|||||||
$delay_auth_decision = undef,
|
$delay_auth_decision = undef,
|
||||||
$auth_host = undef,
|
$auth_host = undef,
|
||||||
$auth_port = undef,
|
$auth_port = undef,
|
||||||
$auth_protocol = undef,
|
$auth_protocol = undef
|
||||||
) {
|
) {
|
||||||
|
|
||||||
keystone::client::authtoken { '/etc/swift/proxy-server.conf':
|
keystone::client::authtoken { '/etc/swift/proxy-server.conf':
|
||||||
|
Reference in New Issue
Block a user