itamae-plugin-recipe-nginx_build 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9905ee5adcfe92fc7e7dad7c4c720f2cf72d9357
4
- data.tar.gz: 38a8a082bcbd32a2d1a04d24a289d745d8d45994
3
+ metadata.gz: e722fe0602d40022384d75cedc85b8b9c784c259
4
+ data.tar.gz: 34bd61da05ae005644e18073f45598752179d530
5
5
  SHA512:
6
- metadata.gz: 263669a2de224ff9439e37f9bf9eb4d2742ca95a6131ffdcb1423369f9d50c3ca88c1c18e9afafd8775f3703f6c72e3999950a3812325b4003929919a9b85b84
7
- data.tar.gz: 0c76e653d463643aa47289913541213b0012a89e71d8cd23fd7c6db15942717786773e51a7833b615aa545ceee6619aaea63860df6e2a403775461be021cdc8f
6
+ metadata.gz: ee024e2d1b408f210f33c0a056de33644e3dcf08ea93455a5c65f2be651525d6c4aac2f7e93e2f7557ee2765fb79a8fc507cff94e3a11d053402d7b1690e2c2f
7
+ data.tar.gz: 4268c9935813e96abc5da7242050219e78b746ab3338b18ff411e03e3754f1d08d4dbf1d2ab61876aeaa52c3dbb39a02c6854793d9812a930067a4f2264a5701
data/README.md CHANGED
@@ -23,6 +23,15 @@ Or install it yourself as:
23
23
  ### Install
24
24
 
25
25
  ```ruby
26
+ %w(
27
+ git
28
+ gcc
29
+ openssl-devel
30
+ ImageMagick-devel # ngx_small_light optional
31
+ ).each do |pkg|
32
+ package pkg
33
+ end
34
+
26
35
  include_recipe "nginx_build"
27
36
  include_recipe "nginx_build::install"
28
37
  ```
@@ -32,6 +41,8 @@ include_recipe "nginx_build::install"
32
41
  all parameter is optional.
33
42
 
34
43
  ```yaml
44
+ server:
45
+ user: ec2-user
35
46
  nginx_build:
36
47
  build_user: ec2-user
37
48
  platform: linux ( or darwin )
@@ -51,11 +62,16 @@ nginx_build:
51
62
  form: git
52
63
  url: https://github.com/FRiCKLE/ngx_cache_purge.git
53
64
  rev: 2.3
65
+ -
66
+ name: ngx_small_light
67
+ form: git
68
+ url: https://github.com/cubicdaiya/ngx_small_light.git
69
+ rev: v0.6.15
70
+ shprov: ./setup
54
71
  configure_path: /usr/local/nginx_build/configure.sh
55
72
  modules3rd_path: /usr/local/nginx_build/modules3rd.ini
56
73
  ```
57
74
 
58
75
  ## Contributing
59
76
 
60
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/itamae-plugin-recipe-nginx_build.
61
-
77
+ Bug reports and pull requests are welcome on GitHub at https://github.com/zaru/itamae-plugin-recipe-nginx_build.
@@ -1,3 +1,7 @@
1
+ ;;;;;;;;;;;;;;;;;;
2
+ ; modules3rd.ini ;
3
+ ;;;;;;;;;;;;;;;;;;
4
+
1
5
  <% @nginx_modules3rds.each do |m| %>
2
6
  [<%=m[:name]%>]
3
7
  form=<%=m[:form]%>
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module NginxBuild
5
- VERSION = "0.1.2"
5
+ VERSION = "0.1.3"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-recipe-nginx_build
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - zaru
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-01-19 00:00:00.000000000 Z
11
+ date: 2016-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae