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
bf38fa9f
Commit
bf38fa9f
authored
May 21, 2014
by
cfortier2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reorder chef_environment alphabetically
parent
fe743f96
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
website/source/docs/provisioners/chef-client.html.markdown
website/source/docs/provisioners/chef-client.html.markdown
+3
-3
No files found.
website/source/docs/provisioners/chef-client.html.markdown
View file @
bf38fa9f
...
...
@@ -33,6 +33,9 @@ The reference of available configuration options is listed below. No
configuration is actually required, but
`node_name`
is recommended
since it will allow the provisioner to clean up the node/client.
*
`chef_environment`
(string) - The name of the chef_environment sent to the
Chef server. By default this is empty and will not use an environment.
*
`config_template`
(string) - Path to a template that will be used for
the Chef configuration file. By default Packer only sets configuration
it needs to match the settings set in the provisioner configuration. If
...
...
@@ -55,9 +58,6 @@ since it will allow the provisioner to clean up the node/client.
Server. This is optional and by defalt is empty. If you don't set this,
Packer can't clean up the node from the Chef Server using knife.
*
`chef_environment`
(string) - The name of the chef_environment sent to the
Chef server. By default this is empty and will not use an environment.
*
`prevent_sudo`
(boolean) - By default, the configured commands that are
executed to install and run Chef are executed with
`sudo`
. If this is true,
then the sudo will be omitted.
...
...
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