diff options
author | Josh Cooper <josh@puppet.com> | 2018-06-27 22:06:49 -0700 |
---|---|---|
committer | Josh Cooper <josh@puppet.com> | 2018-06-27 22:08:47 -0700 |
commit | 69f941224a43275896218807fd91c8e5b912f8d1 (patch) | |
tree | 06311b92c16f40868be7a106e3e831b6c97b7d51 /lib/puppet/feature | |
parent | c051e86b350329bc1a7cd1c9c239ec29212b8e56 (diff) | |
download | puppet-augeas_core-69f941224a43275896218807fd91c8e5b912f8d1.tar.gz puppet-augeas_core-69f941224a43275896218807fd91c8e5b912f8d1.tar.bz2 |
Initial augeas import from puppet#2b83deb189
Diffstat (limited to 'lib/puppet/feature')
-rw-r--r-- | lib/puppet/feature/augeas.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/puppet/feature/augeas.rb b/lib/puppet/feature/augeas.rb new file mode 100644 index 0000000..e22f53b --- /dev/null +++ b/lib/puppet/feature/augeas.rb @@ -0,0 +1,3 @@ +require 'puppet/util/feature' + +Puppet.features.add(:augeas, :libs => ["augeas"]) |