diff options
| author | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2013-01-20 13:15:22 +0100 | 
|---|---|---|
| committer | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2013-01-20 13:15:22 +0100 | 
| commit | c5f0309b1d3806a6caab9160033653cd40634894 (patch) | |
| tree | 19351ab51e936b0dc496db0df733bb62df8c8e1c | |
| parent | 35f9a01879858fcbd0c93c1fd90ff71365a27d9b (diff) | |
| download | puppet-stdlib-c5f0309b1d3806a6caab9160033653cd40634894.tar.gz puppet-stdlib-c5f0309b1d3806a6caab9160033653cd40634894.tar.bz2  | |
Add an URL to a doc on how to activate augeas in puppet
| -rw-r--r-- | lib/puppet/parser/functions/validate_augeas.rb | 2 | 
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  | 
