Skip to content

Commit 6d3bd96

Browse files
authored
Merge pull request #3 from 53ningen/markdown-list
Fix README.md
2 parents 5c400c5 + 27073da commit 6d3bd96

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# これはなに?
22

33
* 解決する問題
4-
* [Serverspec](http://http://serverspec.org/)はデフォルトでは単一のホストしかチェックできなかった件
5-
4+
* [Serverspec](http://http://serverspec.org/)はデフォルトでは単一のホストしかチェックできなかった件
65
* 解決した内容
7-
* 複数のホストとテストするattributeを定義すると、ホストの状態をチェック出来るServerspecのRakefileを作りました
8-
* hosts.ymlにhostsとroleの組み合わせを書くとテストしてくれます
9-
6+
* 複数のホストとテストするattributeを定義すると、ホストの状態をチェック出来るServerspecのRakefileを作りました
7+
* hosts.ymlにhostsとroleの組み合わせを書くとテストしてくれます
108
* なお、UN*X用です。そしてsshでテストを実行します
119

1210

0 commit comments

Comments
 (0)