-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable installation of chef and chefdk from unstable channel.
- Loading branch information
Serdar Sutay
committed
Dec 22, 2015
1 parent
27cb830
commit c7eadd9
Showing
5 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# | ||
# This recipe tests the :unstable channel. | ||
# This channel is only accessible from Chef's internal | ||
# network and contains untested builds of Chef products. | ||
# | ||
# Make sure you set below environment variables for | ||
# tests to work correctly. | ||
# | ||
|
||
env 'ARTIFACTORY_USERNAME' do | ||
value '[email protected]' | ||
end | ||
|
||
env 'ARTIFACTORY_PASSWORD' do | ||
value 'XXXXXXXXXXXXX' | ||
end | ||
|
||
chef_ingredient 'chef' do | ||
action :upgrade | ||
channel :unstable | ||
version :latest | ||
end |