• R/O
  • HTTP
  • SSH
  • HTTPS

grid-chef-repo: 提交

Grid環境構築用のChefリポジトリです。


Commit MetaInfo

修订版b4dbe4f5645b918c1de830873ab5f031c33051c2 (tree)
时间2018-02-09 21:34:38
作者whitestar <whitestar@user...>
Commiterwhitestar

Log Message

refactoring.

更改概述

差异

--- a/cookbooks/minio-grid/metadata.rb
+++ b/cookbooks/minio-grid/metadata.rb
@@ -9,7 +9,7 @@ source_url 'http://scm.osdn.jp/gitroot/metasearch/grid-chef-repo.git'
99 issues_url 'https://osdn.jp/projects/metasearch/ticket'
1010
1111 chef_version '>= 12'
12-%w( centos redhat ).each do |os|
12+%w[ centos redhat ].each do |os|
1313 supports os, '>= 7.0'
1414 end
1515 supports 'debian', '>= 8.0'
--- a/cookbooks/minio-grid/recipes/docker-compose.rb
+++ b/cookbooks/minio-grid/recipes/docker-compose.rb
@@ -108,13 +108,13 @@ template env_file do
108108 end
109109
110110 log 'minio docker-compose post install message' do
111- message <<-"EOM"
112-Note: You must execute the following command manually.
113- See #{doc_url}
114- * Start:
115- $ cd #{app_dir}
116- $ docker-compose up -d
117- * Stop
118- $ docker-compose down
111+ message <<~"EOM"
112+ Note: You must execute the following command manually.
113+ See #{doc_url}
114+ * Start:
115+ $ cd #{app_dir}
116+ $ docker-compose up -d
117+ * Stop
118+ $ docker-compose down
119119 EOM
120120 end
Show on old repository browser