Skip to content

Commit f0928d2

Browse files
committed
(maint) Simplify pson loading
Load puppet-pson entry-point instead of individual files, see https://github.com/puppetlabs/puppet-pson/blob/main/lib/puppet/external/pson.rb
1 parent 31b1af7 commit f0928d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/feature/pson.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
require_relative '../../puppet/util/feature'
22

33
# PSON is deprecated, use JSON instead
4-
Puppet.features.add(:pson, :libs => ['puppet/external/pson/common','puppet/external/pson/version', 'puppet/external/pson/pure'])
4+
Puppet.features.add(:pson, :libs => ['puppet/external/pson'])

0 commit comments

Comments
 (0)