summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/validate_augeas.rb
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2013-01-20 13:15:22 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2013-01-20 13:15:22 +0100
commitc5f0309b1d3806a6caab9160033653cd40634894 (patch)
tree19351ab51e936b0dc496db0df733bb62df8c8e1c /lib/puppet/parser/functions/validate_augeas.rb
parent35f9a01879858fcbd0c93c1fd90ff71365a27d9b (diff)
Add an URL to a doc on how to activate augeas in puppet
Diffstat (limited to 'lib/puppet/parser/functions/validate_augeas.rb')
-rw-r--r--lib/puppet/parser/functions/validate_augeas.rb2
1 files changed, 1 insertions, 1 deletions
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