itamae-plugin-recipe-god 0.2.5 → 0.2.6

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
  SHA256:
3
- metadata.gz: 245430e7055f897fa389e0aeec9fffd1724b031988001100b301876dec289d8e
4
- data.tar.gz: e5a73d60a8c8c5beb26d715f6abd0c76e8be8b5d3dd5cfc8dbd6a4acc92c1f13
3
+ metadata.gz: 716b3821246e52badde793a0eadc31195cb8b7a9d288dea5bae3fbcdc51ec703
4
+ data.tar.gz: e72017bc1a11fdb4cca9a0ec4ddad24c38eb906a0f2b97cf749a4c1153428041
5
5
  SHA512:
6
- metadata.gz: 047b27c798e863018afe57a9212216b570a641213fc8cf844aeae5ee6e350817f52776437b38fa0b7d67e46581460636427cf1ca6aa0b8fa570496b97001aa12
7
- data.tar.gz: '0423694d749c5235f49a493d97488af9bc690d0995841a8ef89787a25792df04d57b6d33ca3202a22b8ee668564e067987f56866fc534769bb9d8836bfd5eafe'
6
+ metadata.gz: a464da26f5438f3b7567d96c2dc743a7e14ccbbdb098fbb9cadc0308b6481f78eca19d79159f544e285941f7b147a5eed7165fe205dfc7eee2f8e81ef07b6399
7
+ data.tar.gz: 7cb047ad676d1689910be2594bbf489e020e28dd3f2f35d857850ea2693961572a1886788fc8b41d20799ac28b1f69ed5068fa04dd8116111bfa5c72339734c9
@@ -6,7 +6,7 @@ After=network.target
6
6
  Environment="CONF_FILE=<%= @config %>"
7
7
  Environment="PID_FILE=<%= @pid %>"
8
8
  Environment="LOG_FILE=<%= @log %>"
9
- Environment="LOG_LEVEL=<%= @pid %>"
9
+ Environment="LOG_LEVEL=<%= @log_level %>"
10
10
  EnvironmentFile=-/etc/sysconfig/god
11
11
  PIDFile=$PID_FILE
12
12
  ExecStart=<%= @god_bin %> -c $CONF_FILE -P $PID_FILE -l $LOG_FILE --log-level $LOG_LEVEL
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module God
5
- VERSION = '0.2.5'
5
+ VERSION = '0.2.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-god
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.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: 2024-06-13 00:00:00.000000000 Z
11
+ date: 2024-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae