From 15aa71f0015532fbe39b9f399c5bd000ca9b52c7 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Mon, 16 Mar 2015 13:21:54 -0400 Subject: [PATCH] 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 --- manifests/proxy/authtoken.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/proxy/authtoken.pp b/manifests/proxy/authtoken.pp index 27799ad3..71117522 100644 --- a/manifests/proxy/authtoken.pp +++ b/manifests/proxy/authtoken.pp @@ -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 {