mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
Release notes: https://puppet.com/docs/puppet/latest/release_notes_puppet.html With hat: puppet
8 lines
187 B
Ruby
8 lines
187 B
Ruby
--- lib/puppet/runtime.rb.orig 2019-11-26 01:40:01 UTC
|
|
+++ lib/puppet/runtime.rb
|
|
@@ -1,4 +1,5 @@
|
|
require 'puppet/http'
|
|
+require 'singleton'
|
|
|
|
class Puppet::Runtime
|
|
include Singleton
|