Skip to content
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

Develop #2

Merged
merged 28 commits into from
Sep 24, 2013
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
3c1d9af
deleted apt and mongodb repos. will add submodules to the actual repos
onema Jul 30, 2013
ff50215
adding submodules for the following repositories apt: [email protected]:…
onema Jul 30, 2013
feb2e28
added yum submodules to repository
onema Jul 30, 2013
0de2d49
Forked original repo and modified attribute names to set custom clust…
onema Aug 1, 2013
bbfcef0
change module source to new fork
onema Aug 2, 2013
6e2f55b
added build-essential submodule
onema Aug 2, 2013
e4fbf1e
added xml submodulex
onema Aug 3, 2013
5bf7305
updated mongodb paths to use /vol/mongodb instead of the default ones.
onema Aug 6, 2013
318b530
updated default mongodb path in mongodb repo.
onema Aug 8, 2013
81e1fdd
Merge pull request #13 from alleluu/develop
onema Aug 13, 2013
6b5b0e4
Adding a recipe to set environment variables using php, this requires…
onema Aug 17, 2013
efd3140
Merge branch 'develop-submodules' of github.com:alleluu/chef-cookbook…
onema Aug 17, 2013
e57f5d4
Merge pull request #14 from alleluu/develop-submodules
onema Aug 17, 2013
e27c5e2
Merge pull request #15 from alleluu/develop
onema Aug 22, 2013
1c63e79
Update environment_variables.php.erb
onema Sep 21, 2013
a93711a
Merge pull request #17 from alleluu/develop
onema Sep 21, 2013
d705249
Update phpvars.rb
onema Sep 21, 2013
b5770bc
Merge pull request #18 from alleluu/develop
onema Sep 21, 2013
07cbd39
deleted php coockbook as it was causing conflict with default opswork…
onema Sep 22, 2013
fd57acc
Merge branch 'develop-docRootFix' of github.com:alleluu/chef-cookbook…
onema Sep 23, 2013
bdc92a8
updated from main repo
onema Sep 23, 2013
8e9a180
updated phpenv environment variables recipes to support to methods to…
onema Sep 23, 2013
ffa6a52
Merge branch 'master' into develop
onema Sep 23, 2013
1064740
added documentation
onema Sep 23, 2013
7a6a507
Merge pull request #19 from alleluu/develop-docRootFix
onema Sep 23, 2013
afe10da
Upated version and fixed a bug caused by invalid permissions in envir…
onema Sep 23, 2013
22835be
Merge branch 'develop' of github.com:alleluu/chef-cookbooks into develop
onema Sep 23, 2013
bca88a8
Merge branch 'develop' of github.com:alleluu/chef-cookbooks into develop
onema Sep 24, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[submodule "mongodb"]
path = mongodb
url = [email protected]:alleluu/chef-mongodb.git
[submodule "apt"]
path = apt
url = [email protected]:opscode-cookbooks/apt.git
[submodule "yum"]
path = yum
url = [email protected]:opscode-cookbooks/yum.git
[submodule "build-essential"]
path = build-essential
url = [email protected]:opscode-cookbooks/build-essential.git
[submodule "xml"]
path = xml
url = [email protected]:opscode-cookbooks/xml.git
1 change: 1 addition & 0 deletions apt
Submodule apt added at 489d2e
109 changes: 0 additions & 109 deletions apt/README.md

This file was deleted.

1 change: 0 additions & 1 deletion apt/attributes/default.rb

This file was deleted.

9 changes: 0 additions & 9 deletions apt/files/default/apt-cacher

This file was deleted.

144 changes: 0 additions & 144 deletions apt/files/default/apt-cacher.conf

This file was deleted.

50 changes: 0 additions & 50 deletions apt/files/default/apt-proxy-v2.conf

This file was deleted.

34 changes: 0 additions & 34 deletions apt/metadata.json

This file was deleted.

13 changes: 0 additions & 13 deletions apt/metadata.rb

This file was deleted.

Loading