From fd8f1ed0cc664da267340861615dde6dc0cc1115 Mon Sep 17 00:00:00 2001 From: Krzysztof Szularz Date: Thu, 8 May 2014 16:07:50 +0200 Subject: [PATCH] Amend default manifest name for puppet apply Option listing still quoted `init.pp` as default manifest name. --- website/docs/source/v2/provisioning/puppet_apply.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/provisioning/puppet_apply.html.md b/website/docs/source/v2/provisioning/puppet_apply.html.md index e36391ca8..b033bcd5e 100644 --- a/website/docs/source/v2/provisioning/puppet_apply.html.md +++ b/website/docs/source/v2/provisioning/puppet_apply.html.md @@ -35,7 +35,7 @@ available below this section. * `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 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 manifest files. This defaults to "manifests"