itamae-plugin-recipe-supervisor 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b29a0c06a4355929ab980738cd18e89697e8ff30dca7b4adb2f913b5696c81d7
4
- data.tar.gz: 2881554f25f9ad71c00748bc8dc2073c5ed33c3dcb711fc0c70b5b38b576be84
3
+ metadata.gz: 71d4eb4a9a2ad7b9fc494ef0bca8a7252bb61f1e4a9323b3214a45465cfc8aba
4
+ data.tar.gz: 76e09796810947d9707fecf50e8501997cde5732f6a44fc752ccf0746579e119
5
5
  SHA512:
6
- metadata.gz: 4a171d0deb9757c1d6240674095e2432da27560561bea465b786500afd841340aaf372459f40d9449b45e8e7436c04a88ec99847cfed2093b3939ef9aea5387e
7
- data.tar.gz: 3fad567eafbbf0f7520793403c050e80950eb3811028ae29d8c9977e66a6d16766227021ef8605fdb57a75542d9c9a8b29ba85fbbfbbd021af3f249056ba4fa1
6
+ metadata.gz: 0410af68548f16e604254f4390f67e153568b00d045765703520b38b98fc7c71b75c1cbef87274d6545cf178d2aa554a8f0747b73ba2f77c4ad1c2592e03e761
7
+ data.tar.gz: ca135fa9c1e8183e6fe2ee6b734c65c14cc4b4a2d567cb9339b16a40777c776c49180b9288c842b913aa6d5a4042db50ed85c8e25dddd3226297667ed4008c25
@@ -31,6 +31,7 @@ minfds=1024 ; (min. avail startup file descriptors;default 1024
31
31
  minprocs=200 ; (min. avail process descriptors;default 200)
32
32
  ;umask=022 ; (process file creation umask;default 022)
33
33
  ;user=chrism ; (default is current user, required if root)
34
+ user=root
34
35
  ;identifier=supervisor ; (supervisord identifier, default is 'supervisor')
35
36
  ;directory=/tmp ; (default is not to cd during start)
36
37
  ;nocleanup=true ; (don't clean up tempfiles at start;default false)
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Supervisor
5
- VERSION = "0.0.5"
5
+ VERSION = '0.0.6'
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-supervisor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - y-matsuda
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-15 00:00:00.000000000 Z
11
+ date: 2020-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae