Skip to content

Commit c5f0309

Browse files
committed
Add an URL to a doc on how to activate augeas in puppet
1 parent 35f9a01 commit c5f0309

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/puppet/parser/functions/validate_augeas.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module Puppet::Parser::Functions
2929
3030
ENDHEREDOC
3131
unless Puppet.features.augeas?
32-
raise Puppet::ParseError, ("validate_augeas(): requires the ruby augeas bindings")
32+
raise Puppet::ParseError, ("validate_augeas(): this function requires the augeas feature. See http://projects.puppetlabs.com/projects/puppet/wiki/Puppet_Augeas#Pre-requisites for how to activate it.")
3333
end
3434

3535
if (args.length < 2) or (args.length > 4) then

0 commit comments

Comments
 (0)