Merge pull request #300 from trlinkin/file_line_docs
(MODULES-1221) Add file_line autorequire documentation
This commit is contained in:
commit
c5f6c26d67
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue