summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/authstore.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/network/authstore.rb')
-rwxr-xr-xlib/puppet/network/authstore.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/puppet/network/authstore.rb b/lib/puppet/network/authstore.rb
index c16bef32f..cb1fdc57d 100755
--- a/lib/puppet/network/authstore.rb
+++ b/lib/puppet/network/authstore.rb
@@ -235,7 +235,8 @@ module Puppet
# Convert the name to a common pattern.
def munge_name(name)
- name.downcase.split(".").reverse
+ # LAK:NOTE http://snurl.com/21zf8 [groups_google_com]
+ x = name.downcase.split(".").reverse
end
# Parse our input pattern and figure out what kind of allowal