• R/O
  • HTTP
  • SSH
  • HTTPS

grid-chef-repo:

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


File Info

Rev. eadd03decc4c7bdb92e898bf57fdcbe64c23b2b2
Size 310 bytes
Time 2022-01-11 20:13:14
Author whitestar
Log Message

improve the backup and restore scripts.

Content

name 'maven'
description 'Apache Maven'

run_list(
  'recipe[maven]'
)

#env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
#default_attributes "apache2" => { "listen_ports" => [ "80", "443" ] }
#override_attributes "apache2" => { "max_children" => "50" }
Show on old repository browser