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
dbc6376d
Commit
dbc6376d
authored
Dec 31, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #771 from bpot/bp/fix_puppet_docs
website: correct default puppet provisioner command
parents
9e1c00a5
9c07d2d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
website/source/docs/provisioners/puppet-masterless.html.markdown
.../source/docs/provisioners/puppet-masterless.html.markdown
+2
-2
No files found.
website/source/docs/provisioners/puppet-masterless.html.markdown
View file @
dbc6376d
...
...
@@ -86,8 +86,8 @@ for readability) to execute Puppet:
{{.FacterVars}}{{if .Sudo}} sudo -E {{end}}puppet apply \
--verbose \
--modulepath='{{.ModulePath}}' \
{{if
.HieraConfigPath ne
""}}--hiera_config='{{.HieraConfigPath}}' {{end}} \
{{if
.ManifestDir ne
""}}--manifestdir='{{.ManifestDir}}' {{end}} \
{{if
ne .HieraConfigPath
""}}--hiera_config='{{.HieraConfigPath}}' {{end}} \
{{if
ne .ManifestDir
""}}--manifestdir='{{.ManifestDir}}' {{end}} \
{{.ManifestFile}}
```
...
...
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