diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-07-10 19:26:36 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-07-10 19:26:36 +0000 |
commit | c8801b7886bf18a97cc5b7cf70d37a54867d7978 (patch) | |
tree | 2f81a1d5a300f651c3c1317d93e8bfe6fa027836 /lib/puppet | |
parent | e79828f0cdf3c944eed3f5ca8bf9dd618ee2530e (diff) | |
download | puppet-c8801b7886bf18a97cc5b7cf70d37a54867d7978.tar.gz puppet-c8801b7886bf18a97cc5b7cf70d37a54867d7978.tar.xz puppet-c8801b7886bf18a97cc5b7cf70d37a54867d7978.zip |
Always setting a to_s value in authstore, so we do not get dumped objects
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2673 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet')
-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 |