Remove unused fragment_title variable

This variable was added in commit 020b772 but it doesn't
appear that it was ever used.

Change-Id: Ica96e07b58472a12ac3a06893a4fa89c1799b081
This commit is contained in:
Dan Prince
2015-03-16 13:21:54 -04:00
parent 03e7cfd978
commit 15aa71f001

View File

@@ -63,7 +63,6 @@ class swift::proxy::authtoken(
} else {
$auth_uri_real = "${auth_protocol}://${auth_host}:5000"
}
$fragment_title = regsubst($name, '/', '_', 'G')
# if both auth_uri and identity_uri are set we skip these deprecated warnings
if !$auth_uri or !$identity_uri {