Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked frompoise/python

Commit2fe4ba9

Browse files
author
jtimberman
committed
add source suite, apt recipe for test-kitchen
1 parenta927abc commit2fe4ba9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎.kitchen.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@ platforms:
66
box:canonical-ubuntu-12.10
77
box_url:http://cloud-images.ubuntu.com/vagrant/quantal/current/quantal-server-cloudimg-amd64-vagrant-disk1.box
88
require_chef_omnibus:11.4.0
9+
run_list:["recipe[apt]"]
910
-name:ubuntu-12.04
1011
driver_config:
1112
box:canonical-ubuntu-12.04
1213
box_url:http://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box
1314
require_chef_omnibus:11.4.0
15+
run_list:["recipe[apt]"]
1416
-name:ubuntu-10.04
1517
driver_config:
1618
box:opscode-ubuntu-10.04
1719
box_url:http://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_chef-11.2.0.box
1820
require_chef_omnibus:11.4.0
21+
run_list:["recipe[apt]"]
1922
-name:centos-5.8
2023
driver_config:
2124
box:opscode-centos-5.8
@@ -31,3 +34,8 @@ suites:
3134
run_list:
3235
-recipe[python]
3336
attributes:{}
37+
38+
-name:source
39+
run_list:
40+
-recipe[python]
41+
attributes:{python: {install_method: "source"}}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp