Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 9253cde

Browse files
committed
convert to Environment Cookbook
1 parent b4392fa commit 9253cde

File tree

3 files changed

+46
-3
lines changed

3 files changed

+46
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.vagrant
2-
Berksfile.lock
32
*~
43
*#
54
.#*

Berksfile.lock

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
DEPENDENCIES
2+
berkshelf
3+
path: .
4+
metadata: true
5+
6+
GRAPH
7+
apt (2.3.8)
8+
berkshelf (0.3.1)
9+
nginx (>= 1.7.0)
10+
rbenv (>= 1.5.0)
11+
runit (>= 0.0.0)
12+
bluepill (2.3.1)
13+
rsyslog (>= 0.0.0)
14+
build-essential (2.0.0)
15+
chef_handler (1.1.5)
16+
dmg (2.2.0)
17+
git (4.0.0)
18+
build-essential (>= 0.0.0)
19+
dmg (>= 0.0.0)
20+
runit (>= 1.0.0)
21+
windows (>= 0.0.0)
22+
yum (~> 3.0)
23+
yum-epel (>= 0.0.0)
24+
nginx (2.5.0)
25+
apt (~> 2.2)
26+
bluepill (~> 2.3)
27+
build-essential (~> 2.0)
28+
ohai (~> 1.1)
29+
runit (~> 1.2)
30+
yum-epel (~> 0.3)
31+
ohai (1.1.12)
32+
rbenv (1.7.1)
33+
apt (>= 0.0.0)
34+
build-essential (>= 0.0.0)
35+
git (>= 0.0.0)
36+
ohai (>= 1.1)
37+
rsyslog (1.12.2)
38+
runit (1.5.10)
39+
build-essential (>= 0.0.0)
40+
yum (~> 3.0)
41+
yum-epel (>= 0.0.0)
42+
windows (1.30.2)
43+
chef_handler (>= 0.0.0)
44+
yum (3.1.6)
45+
yum-epel (0.3.4)
46+
yum (~> 3.0)

chefignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ Procfile
6969

7070
# Berkshelf #
7171
#############
72-
Berksfile
73-
Berksfile.lock
7472
cookbooks/*
7573
tmp
7674

0 commit comments

Comments
 (0)