Merge pull request #20 from branan/fix_old_puppet
Remove some trailing commas for compat with older puppet versions
This commit is contained in:
@@ -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
|
||||
|
@@ -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':
|
||||
|
Reference in New Issue
Block a user