File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,18 +46,18 @@ This section details "quick deployment" steps.
4646
47471 . Clone this repository from GitHub:
4848
49- $ git clone git@github.com:jellyfish/manageiq-cookbook .git
49+ $ git clone git@github.com:booz-allen-hamilton/chef-manageiq .git
5050
51512 . Change directory to the repo folder
5252
53- $ cd manageiq-cookbook
53+ $ cd chef-manageiq
5454
55553 . Create a solo.rb file
5656
5757 $ vim solo.rb
5858
59- file_cache_path "/root/dpi- chef"
60- cookbook_path "/root/dpi- chef/cookbooks"
59+ file_cache_path "/root/chef-repo "
60+ cookbook_path "/root/chef-repo /cookbooks"
6161
6262
63634 . Install dependencies:
Original file line number Diff line number Diff line change 1- name 'manageiq'
2- maintainer 'Mandeep Bal '
3- maintainer_email 'bal_mandeep @bah.com'
4- license 'All rights reserved '
1+ name 'chef- manageiq'
2+ maintainer 'Booz Allen Hamilton '
3+ maintainer_email 'jellyfishopensource @bah.com'
4+ license 'GPL v2 '
55description 'Installs/Configures ManageIQ'
66long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
77version '0.1.0'
8+ supports 'rhel'
89
910depends "yum"
1011depends "yum-epel"
You can’t perform that action at this time.
0 commit comments