summaryrefslogtreecommitdiffstats
path: root/lib/puppet/feature/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/feature/base.rb')
-rw-r--r--lib/puppet/feature/base.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/puppet/feature/base.rb b/lib/puppet/feature/base.rb
index 518e9b419..0b12d730a 100644
--- a/lib/puppet/feature/base.rb
+++ b/lib/puppet/feature/base.rb
@@ -22,3 +22,6 @@ Puppet.features.add(:mongrel, :libs => %w{rubygems mongrel puppet/network/http_s
# We have lcs diff
Puppet.features.add :diff, :libs => %w{diff/lcs diff/lcs/hunk}
+
+# We have augeas
+Puppet.features.add(:augeas, :libs => ["augeas"])