Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Takahiro Hozumi committed Mar 11, 2013
1 parent 6aa2a5f commit 2b58737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2013-03-10-chef-fabric-ja.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def git_update():
##ファイルを設置すれば十分な事が多い
そもそもサーバ構築作業はファイルを設置すれば十分な事が多いです。
/etc/passwd, shadow, group, sshd_config, iptables
などなど、用意したファイルを設置した後に、chmod と chownやるだけで設定のかなりがカバーできます
などなど、用意したファイルをパーミッションとオーナーに気をつけて設置したするだけで設定のかなりがカバーできます
そんなに凝ったことをやらないのであれば重厚なツールを使うのはオーバーキル感があります。

##構築と運用の垣根が低い
Expand Down

0 comments on commit 2b58737

Please sign in to comment.