Skip to content

Commit 24b8243

Browse files
author
Oliver Ferrigni
committedFeb 12, 2016
Complete the reset of history
1 parent 177e2a4 commit 24b8243

File tree

9,126 files changed

+382954
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

9,126 files changed

+382954
-0
lines changed
 

‎.delivery/build-cookbook/.gitignore

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.vagrant
2+
Berksfile.lock
3+
*~
4+
*#
5+
.#*
6+
\#*#
7+
.*.sw[a-z]
8+
*.un~
9+
10+
# Bundler
11+
Gemfile.lock
12+
bin/*
13+
.bundle/*
14+
15+
.kitchen/
16+
.kitchen.local.yml

‎.delivery/build-cookbook/.kitchen.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
driver:
3+
name: vagrant
4+
5+
provisioner:
6+
name: chef_zero
7+
8+
platforms:
9+
- name: ubuntu-12.04
10+
- name: centos-6.5
11+
12+
suites:
13+
- name: default
14+
run_list:
15+
- recipe[build-cookbook::default]
16+
attributes:

0 commit comments

Comments
 (0)
Please sign in to comment.