Remove some trailing commas

This commit is contained in:
Branan Purvine-Riley 2012-05-08 16:06:59 -07:00
parent d64ebe5fba
commit bfa4904234
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
# Copyright 2011 Puppetlabs Inc, unless otherwise noted.
#
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

View File

@ -2,7 +2,7 @@
# [*swauth_super_admin_user*]
class swift::proxy::swauth(
$swauth_endpoint = '127.0.0.1',
$swauth_super_admin_key = 'swauthkey',
$swauth_super_admin_key = 'swauthkey'
) {
package { 'python-swauth':