-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
58 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#site :opscode | ||
source "http://api.berkshelf.com" | ||
site :opscode | ||
#source "http://api.berkshelf.com" | ||
|
||
metadata |
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,24 @@ | ||
<%# | ||
The questions are: | ||
# In order to continue the installation process, please review the license | ||
# agreement. Please, press ENTER to continue | ||
'', | ||
# Do you approve the license terms? [yes|no] | ||
'yes', | ||
# Anaconda will now be installed into this location: | ||
# /home/blah/anaconda | ||
# - Press ENTER to confirm the location | ||
# - Press CTRL-C to abort the installation | ||
# - Or specify an different location below | ||
anaconda_install_dir, | ||
# Do you wish the installer to prepend the Anaconda install location to PATH in your /home/vagrant/.bashrc ? [yes|no] | ||
add_to_shell_path ? 'yes' : 'no' | ||
%> | ||
<%- case "#{@version}-#{@flavor}" %> | ||
<%- when 'nothing here because no exceptions between different installers' %> | ||
<%- else %> | ||
|
||
yes | ||
<%= @anaconda_install_dir %> | ||
<%= @add_to_shell_path %> | ||
<%- end %> |