Remove some trailing commas
This commit is contained in:
parent
d64ebe5fba
commit
bfa4904234
@ -19,7 +19,7 @@
|
|||||||
# Copyright 2011 Puppetlabs Inc, unless otherwise noted.
|
# Copyright 2011 Puppetlabs Inc, unless otherwise noted.
|
||||||
#
|
#
|
||||||
class swift::proxy::cache(
|
class swift::proxy::cache(
|
||||||
$memcache_servers = ['127.0.0.1:11211'],
|
$memcache_servers = ['127.0.0.1:11211']
|
||||||
) {
|
) {
|
||||||
|
|
||||||
# require the memcached class if its on the same machine
|
# require the memcached class if its on the same machine
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# [*swauth_super_admin_user*]
|
# [*swauth_super_admin_user*]
|
||||||
class swift::proxy::swauth(
|
class swift::proxy::swauth(
|
||||||
$swauth_endpoint = '127.0.0.1',
|
$swauth_endpoint = '127.0.0.1',
|
||||||
$swauth_super_admin_key = 'swauthkey',
|
$swauth_super_admin_key = 'swauthkey'
|
||||||
) {
|
) {
|
||||||
|
|
||||||
package { 'python-swauth':
|
package { 'python-swauth':
|
||||||
|
Loading…
Reference in New Issue
Block a user