diff options
-rwxr-xr-x | lib/puppet/network/authstore.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/puppet/network/authstore.rb b/lib/puppet/network/authstore.rb index a7851d48b..9af118e09 100755 --- a/lib/puppet/network/authstore.rb +++ b/lib/puppet/network/authstore.rb @@ -68,6 +68,10 @@ module Puppet @declarations = [] end + def to_s + "authstore" + end + private # Store the results of a pattern into our hash. Basically just |