| Server IP : 77.68.64.21 / Your IP : 216.73.217.59 Web Server : Apache System : Linux hp3-wp-1011352.hostingp3.local 3.10.0-1160.144.1.el7.tuxcare.els9.x86_64 #1 SMP Fri Jul 10 17:06:31 UTC 2026 x86_64 User : csh2516497 ( 2094697) PHP Version : 8.3.30 Disable Function : shell_exec,exec,system,popen,set_time_limit MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/ruby/vendor_ruby/puppet/ |
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