Merge pull request #75 from rubiojr/s3token-syntax-error

Fix syntax error in s3token manifest
This commit is contained in:
Dan Bode 2012-11-22 10:18:44 -08:00
commit c7051ff486

@ -22,9 +22,9 @@
# Copyright 2012 eNovance licensing@enovance.com
#
class swift::proxy::s3token(
auth_host = '127.0.0.1',
auth_port = '35357',
auth_protocol = 'http'
$auth_host = '127.0.0.1',
$auth_port = '35357',
$auth_protocol = 'http'
) {
concat::fragment { 'swift_s3token':