Merge pull request #300 from trlinkin/file_line_docs

(MODULES-1221) Add file_line autorequire documentation
This commit is contained in:
Hunter Haugen 2014-07-16 14:07:39 -07:00
commit c5f6c26d67

View file

@ -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