Skip to content

Commit 4ff5b44

Browse files
b4ldrmhashizume
authored andcommitted
(PA-5722) Add frozen string magic comment
puppetlabs-augeas_core and puppet-augeasproviders_core both provide the augeas feature. However the both have slightly different files (this lacking the frozen strings magic comment. This causes puppet to perform a change on every puppet run. This PR updates the feature in this repo to add the magic comment so both files match. More then happy to explore alternate fixes
1 parent c938d3d commit 4ff5b44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/puppet/feature/augeas.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
require 'puppet/util/feature'
24

35
Puppet.features.add(:augeas, libs: ['augeas'])

0 commit comments

Comments
 (0)