]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
validate_augeas: fix URL to docs
authorDavid Schmitt <david.schmitt@puppetlabs.com>
Wed, 29 Apr 2015 11:13:08 +0000 (12:13 +0100)
committerDavid Schmitt <david.schmitt@puppetlabs.com>
Tue, 5 May 2015 12:55:18 +0000 (13:55 +0100)
lib/puppet/parser/functions/validate_augeas.rb

index 4ea4fe0708047ebc059783be990dc979a965754e..2196c3e0ebda7eacd281a6b8e273962997586f87 100644 (file)
@@ -31,7 +31,7 @@ module Puppet::Parser::Functions
 
     ENDHEREDOC
     unless Puppet.features.augeas?
-      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.")
+      raise Puppet::ParseError, ("validate_augeas(): this function requires the augeas feature. See http://docs.puppetlabs.com/guides/augeas.html#pre-requisites for how to activate it.")
     end
 
     if (args.length < 2) or (args.length > 4) then