Skip to content

Commit a64c28b

Browse files
committed
Initial commit
0 parents  commit a64c28b

15 files changed

+602
-0
lines changed

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Bundler
2+
/.bundle/
3+
/bin/
4+
/bundle/
5+
/vendor/gems/
6+
7+
# Berkshelf
8+
/cookbooks/
9+
Berksfile.lock
10+
11+
# Vagrant
12+
.vagrant

.knife.rb

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cache_type 'BasicFile'
2+
cache_options :path => File.join(ENV['HOME'], '.chef', 'checksums')

.travis.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: ruby
2+
3+
rvm:
4+
- 1.9.2
5+
- 1.9.3
6+
7+
install: bundle install
8+
9+
script: bundle exec rake test
10+
11+
branches:
12+
only:
13+
- master

Berksfile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# vi: set ft=ruby :
2+
3+
metadata
4+
5+
cookbook 'apt'

Gemfile

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
source :rubygems
2+
3+
gem "berkshelf", "~>1.1.0"
4+
gem "chefspec", "~>0.9.0"
5+
gem "foodcritic", "~>1.6.1"
6+
gem "rake"
7+
gem "vagrant", "~>1.0.5"

Gemfile.lock

+177
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,177 @@
1+
GEM
2+
remote: http://rubygems.org/
3+
specs:
4+
activemodel (3.2.9)
5+
activesupport (= 3.2.9)
6+
builder (~> 3.0.0)
7+
activesupport (3.2.9)
8+
i18n (~> 0.6)
9+
multi_json (~> 1.0)
10+
addressable (2.3.2)
11+
archive-tar-minitar (0.5.2)
12+
berkshelf (1.1.0)
13+
activesupport
14+
chef (>= 10.16.2)
15+
chozo (>= 0.2.3)
16+
hashie
17+
minitar
18+
multi_json (>= 1.3.0)
19+
ridley (>= 0.4.1)
20+
solve (>= 0.4.0.rc1)
21+
thor (~> 0.16.0)
22+
vagrant (~> 1.0.5)
23+
yajl-ruby
24+
builder (3.0.4)
25+
bunny (0.7.9)
26+
celluloid (0.12.4)
27+
facter (>= 1.6.12)
28+
timers (>= 1.0.0)
29+
chef (10.16.2)
30+
bunny (>= 0.6.0, < 0.8.0)
31+
erubis
32+
highline (>= 1.6.9)
33+
json (>= 1.4.4, <= 1.6.1)
34+
mixlib-authentication (>= 1.3.0)
35+
mixlib-cli (>= 1.1.0)
36+
mixlib-config (>= 1.1.2)
37+
mixlib-log (>= 1.3.0)
38+
mixlib-shellout
39+
moneta
40+
net-ssh (~> 2.2.2)
41+
net-ssh-multi (~> 1.1.0)
42+
ohai (>= 0.6.0)
43+
rest-client (>= 1.0.4, < 1.7.0)
44+
treetop (~> 1.4.9)
45+
uuidtools
46+
yajl-ruby (~> 1.1)
47+
chefspec (0.9.0)
48+
chef (>= 0.9.12)
49+
erubis
50+
minitest-chef-handler (~> 0.6.0)
51+
rspec (~> 2.11.0)
52+
childprocess (0.3.6)
53+
ffi (~> 1.0, >= 1.0.6)
54+
chozo (0.2.3)
55+
activesupport (>= 3.2.0)
56+
hashie
57+
multi_json (>= 1.3.0)
58+
ci_reporter (1.8.3)
59+
builder (>= 2.1.2)
60+
coderay (1.0.8)
61+
diff-lcs (1.1.3)
62+
erubis (2.7.0)
63+
facter (1.6.16)
64+
faraday (0.8.4)
65+
multipart-post (~> 1.1)
66+
ffi (1.2.0)
67+
foodcritic (1.6.1)
68+
erubis
69+
gherkin (~> 2.11.1)
70+
gist (~> 3.1.0)
71+
nokogiri (= 1.5.0)
72+
pry (~> 0.9.8.4)
73+
rak (~> 1.4)
74+
treetop (~> 1.4.10)
75+
yajl-ruby (~> 1.1.0)
76+
gherkin (2.11.5)
77+
json (>= 1.4.6)
78+
gist (3.1.0)
79+
hashie (1.2.0)
80+
highline (1.6.15)
81+
i18n (0.6.1)
82+
ipaddress (0.8.0)
83+
json (1.5.4)
84+
log4r (1.1.10)
85+
method_source (0.7.1)
86+
mime-types (1.19)
87+
minitar (0.5.4)
88+
minitest (4.3.3)
89+
minitest-chef-handler (0.6.4)
90+
chef
91+
ci_reporter
92+
minitest
93+
mixlib-authentication (1.3.0)
94+
mixlib-log
95+
mixlib-cli (1.2.2)
96+
mixlib-config (1.1.2)
97+
mixlib-log (1.4.1)
98+
mixlib-shellout (1.1.0)
99+
moneta (0.6.0)
100+
multi_json (1.5.0)
101+
multipart-post (1.1.5)
102+
net-scp (1.0.4)
103+
net-ssh (>= 1.99.1)
104+
net-ssh (2.2.2)
105+
net-ssh-gateway (1.1.0)
106+
net-ssh (>= 1.99.1)
107+
net-ssh-multi (1.1)
108+
net-ssh (>= 2.1.4)
109+
net-ssh-gateway (>= 0.99.0)
110+
nokogiri (1.5.0)
111+
ohai (6.14.0)
112+
ipaddress
113+
mixlib-cli
114+
mixlib-config
115+
mixlib-log
116+
systemu
117+
yajl-ruby
118+
polyglot (0.3.3)
119+
pry (0.9.8.4)
120+
coderay (~> 1.0.5)
121+
method_source (~> 0.7.1)
122+
slop (>= 2.4.4, < 3)
123+
rak (1.4)
124+
rake (10.0.2)
125+
rest-client (1.6.7)
126+
mime-types (>= 1.16)
127+
ridley (0.5.2)
128+
activemodel (>= 3.2.0)
129+
activesupport (>= 3.2.0)
130+
addressable
131+
celluloid
132+
chozo (>= 0.2.2)
133+
erubis
134+
faraday
135+
json (>= 1.5.0)
136+
mixlib-authentication
137+
mixlib-log
138+
multi_json (>= 1.0.4)
139+
net-ssh
140+
rspec (2.11.0)
141+
rspec-core (~> 2.11.0)
142+
rspec-expectations (~> 2.11.0)
143+
rspec-mocks (~> 2.11.0)
144+
rspec-core (2.11.1)
145+
rspec-expectations (2.11.3)
146+
diff-lcs (~> 1.1.3)
147+
rspec-mocks (2.11.3)
148+
slop (2.4.4)
149+
solve (0.4.0)
150+
json
151+
systemu (2.5.2)
152+
thor (0.16.0)
153+
timers (1.0.1)
154+
treetop (1.4.12)
155+
polyglot
156+
polyglot (>= 0.3.1)
157+
uuidtools (2.1.3)
158+
vagrant (1.0.5)
159+
archive-tar-minitar (= 0.5.2)
160+
childprocess (~> 0.3.1)
161+
erubis (~> 2.7.0)
162+
i18n (~> 0.6.0)
163+
json (~> 1.5.1)
164+
log4r (~> 1.1.9)
165+
net-scp (~> 1.0.4)
166+
net-ssh (~> 2.2.2)
167+
yajl-ruby (1.1.0)
168+
169+
PLATFORMS
170+
ruby
171+
172+
DEPENDENCIES
173+
berkshelf (~> 1.1.0)
174+
chefspec (~> 0.9.0)
175+
foodcritic (~> 1.6.1)
176+
rake
177+
vagrant (~> 1.0.5)

0 commit comments

Comments
 (0)