This repository was archived by the owner on Feb 11, 2022. It is now read-only.
I was implemented, "install_chef_client" option for AmazonLinux.#85
Open
suzumura-ss wants to merge 3 commits intomitchellh:masterfrom
suzumura-ss:master
Open
I was implemented, "install_chef_client" option for AmazonLinux.#85suzumura-ss wants to merge 3 commits intomitchellh:masterfrom suzumura-ss:master
suzumura-ss wants to merge 3 commits intomitchellh:masterfrom
suzumura-ss:master
Conversation
Contributor
|
Hey, thanks for the contribution! However I think that desired way to install chef-client is to use vagrant-omnibus plugin. What do you think? |
Author
|
Sorry, I did not know vagrant-omnibus plugin. Then, I will get the error below even if I do not use a vagrant-omnibus plugin (only vagrant-aws plugin), when I use the default AIM of AmazonLinux. So, I left only the part to be able to use the sudo command via ssh. |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi there
I was implemented
install_chef_clientoption for AmazonLinux.Defaults requirettyof/etc/sudoers, the problem ofsudo mkdir -pinAWS::Action::SyncFolders#callfails.user_dataoption will be overwritten for this option.If the
user_dataoption andinstall_chef_clientoption is enabled at the same time, it will display a warning to the user.