Amend default manifest name for puppet apply

Option listing still quoted `init.pp` as default manifest name.
This commit is contained in:
Krzysztof Szularz 2014-05-08 16:07:50 +02:00
parent e308250689
commit fd8f1ed0cc
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ available below this section.
* `manifest_file` (string) - The name of the manifest file that will serve * `manifest_file` (string) - The name of the manifest file that will serve
as the entrypoint for the Puppet run. This manifest file is expected to as the entrypoint for the Puppet run. This manifest file is expected to
exist in the configured `manifests_path` (see below). This defaults exist in the configured `manifests_path` (see below). This defaults
to "init.pp" to "default.pp"
* `manifests_path` (string) - The path to the directory which contains the * `manifests_path` (string) - The path to the directory which contains the
manifest files. This defaults to "manifests" manifest files. This defaults to "manifests"