diff options
Diffstat (limited to 'lib/puppet/feature/augeas.rb')
-rw-r--r-- | lib/puppet/feature/augeas.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/feature/augeas.rb b/lib/puppet/feature/augeas.rb index e22f53b..2e26fbf 100644 --- a/lib/puppet/feature/augeas.rb +++ b/lib/puppet/feature/augeas.rb @@ -1,3 +1,3 @@ require 'puppet/util/feature' -Puppet.features.add(:augeas, :libs => ["augeas"]) +Puppet.features.add(:augeas, libs: ['augeas']) |