-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install chef via apt repo on ubuntu #79
Install chef via apt repo on ubuntu #79
Conversation
yum install -d0 -e0 -y curl | ||
else | ||
apt-get install -q -y curl | ||
fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it seems indentation is not proper
…ple_windows_chef_client_install Decouple chef-client installation for windows - using omnitruck API
apt-get install -y apt-transport-https | ||
echo "done." | ||
|
||
apt_config_url="https://packagecloud.io/install/repositories/chef/stable/config_file.list?os=ubuntu&dist=trusty&source=script" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NimishaS Could please verify this with ubuntu 12 precise distro ?
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@siddheshwar-more, verified with ubuntu 12, dist=trusty
works fine
…clogenytechnologies/azure-chef-extension into nim/install_via_apt_repo_ubuntu Conflicts: Rakefile
…epo_ubuntu Install chef via apt repo on ubuntu
No description provided.