Fix syntax error in s3token manifest
[9506][rubiojr.napoleon] puppet parser validate manifests/proxy/s3token.pp Error: Could not parse for environment production: Syntax error at 'auth_host'; expected ')' at /home/rubiojr/Work/github/puppetlabs-swift/manifests/proxy/s3token.pp:25 Error: Try 'puppet help parser validate' for usage
This commit is contained in:
parent
a6f98ad3e3
commit
ec0d743e01
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user