diff --git a/manifests/proxy/cache.pp b/manifests/proxy/cache.pp index e525692d..e779d778 100644 --- a/manifests/proxy/cache.pp +++ b/manifests/proxy/cache.pp @@ -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 diff --git a/manifests/proxy/swauth.pp b/manifests/proxy/swauth.pp index 058b68ec..80114769 100644 --- a/manifests/proxy/swauth.pp +++ b/manifests/proxy/swauth.pp @@ -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':