Skip to content

Commit aef88aa

Browse files
author
Chris Kacerguis
committed
Update readme and metadata
1 parent 7359302 commit aef88aa

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,18 @@ This section details "quick deployment" steps.
4646

4747
1. 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

5151
2. Change directory to the repo folder
5252

53-
$ cd manageiq-cookbook
53+
$ cd chef-manageiq
5454

5555
3. 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

6363
4. Install dependencies:

metadata.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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'
55
description 'Installs/Configures ManageIQ'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
77
version '0.1.0'
8+
supports 'rhel'
89

910
depends "yum"
1011
depends "yum-epel"

0 commit comments

Comments
 (0)