From: Thomas Linkin Date: Wed, 16 Jul 2014 15:39:23 +0000 (-0400) Subject: (MODULES-1221) Add file_line autorequire documentation X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9fd13be825aa0133156016c078b99e0e471fc737;p=puppet-stdlib.git (MODULES-1221) Add file_line autorequire documentation This commit adds additional documentation to the file_line resource explaining how it will autorequire file resources when present. --- diff --git a/lib/puppet/type/file_line.rb b/lib/puppet/type/file_line.rb index 323fc4c..9dbe43c 100644 --- a/lib/puppet/type/file_line.rb +++ b/lib/puppet/type/file_line.rb @@ -21,6 +21,9 @@ Puppet::Type.newtype(:file_line) do In this example, Puppet will ensure both of the specified lines are contained in the file /etc/sudoers. + **Autorequires:** If Puppet is managing the file that will contain the line + being managed, the file_line resource will autorequire that file. + EOT ensurable do