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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71d4eb4a9a2ad7b9fc494ef0bca8a7252bb61f1e4a9323b3214a45465cfc8aba
|
|
4
|
+
data.tar.gz: 76e09796810947d9707fecf50e8501997cde5732f6a44fc752ccf0746579e119
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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)
|
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.
|
|
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-
|
|
11
|
+
date: 2020-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: itamae
|