Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
37c20e2b
Commit
37c20e2b
authored
Jul 17, 2015
by
Chris Bednarski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added links to puppet docs to clarify behavior of manifest with multiple files
parent
56745e14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
website/source/docs/provisioners/puppet-masterless.html.markdown
.../source/docs/provisioners/puppet-masterless.html.markdown
+7
-6
No files found.
website/source/docs/provisioners/puppet-masterless.html.markdown
View file @
37c20e2b
...
@@ -41,9 +41,11 @@ The reference of available configuration options is listed below.
...
@@ -41,9 +41,11 @@ The reference of available configuration options is listed below.
Required parameters:
Required parameters:
*
`manifest_file`
(string) - This is either a path to a puppet manifest (
`.pp`
*
`manifest_file`
(string) - This is either a path to a puppet manifest (
`.pp`
file) _or_ a directory containing multiple manifests that puppet will apply.
file) _or_ a directory containing multiple manifests that puppet will apply
These file(s) must exist on your local system and will be uploaded to the
(the
[
"main manifest"
][
1
]
). These file(s) must exist on your local system and
remote machine.
will be uploaded to the remote machine.
[
1
]:
https://docs.puppetlabs.com/puppet/latest/reference/dirs_manifest.html
Optional parameters:
Optional parameters:
...
@@ -66,9 +68,8 @@ Optional parameters:
...
@@ -66,9 +68,8 @@ Optional parameters:
the "manifestdir" setting on Puppet.
the "manifestdir" setting on Puppet.
~>
`manifest_dir`
is passed to
`puppet apply`
as the
`--manifestdir`
option.
~>
`manifest_dir`
is passed to
`puppet apply`
as the
`--manifestdir`
option.
This option was deprecated in puppet 3.6, and is slated to be removed in
This option was deprecated in puppet 3.6, and removed in puppet 4.0. If you
puppet 4.0. If you have multiple manifests you should simply use
have multiple manifests you should use
`manifest_file`
instead.
`manifest_file`
instead.
*
`module_paths`
(array of strings) - This is an array of paths to module
*
`module_paths`
(array of strings) - This is an array of paths to module
directories on your local filesystem. These will be uploaded to the remote
directories on your local filesystem. These will be uploaded to the remote
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment