From: Raphaƫl Pinson Date: Sun, 20 Jan 2013 12:15:22 +0000 (+0100) Subject: Add an URL to a doc on how to activate augeas in puppet X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c5f0309b1d3806a6caab9160033653cd40634894;p=puppet-stdlib.git Add an URL to a doc on how to activate augeas in puppet --- diff --git a/lib/puppet/parser/functions/validate_augeas.rb b/lib/puppet/parser/functions/validate_augeas.rb index d66e340..154d660 100644 --- a/lib/puppet/parser/functions/validate_augeas.rb +++ b/lib/puppet/parser/functions/validate_augeas.rb @@ -29,7 +29,7 @@ module Puppet::Parser::Functions ENDHEREDOC unless Puppet.features.augeas? - raise Puppet::ParseError, ("validate_augeas(): requires the ruby augeas bindings") + 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.") end if (args.length < 2) or (args.length > 4) then