Merge pull request #20 from branan/fix_old_puppet

Remove some trailing commas for compat with older puppet versions
This commit is contained in:
Nan Liu
2012-05-08 16:13:39 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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':