hammer_cli_foreman_admin 1.0.0 → 1.1.0

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: 7e56eb5fd9dcad105d8bb7045dfa781c1c1d7ffaff36a0c3d6d94996a9743f68
4
- data.tar.gz: 83de0e56ae967dcf3d9a459be586cb450619a9296678d8c4d988f79b093336ec
3
+ metadata.gz: 11978fbb706431f6e343a86d7bc95da0d91109165b1839a774a7966fa3f12168
4
+ data.tar.gz: 5375d8f82b1c947002ba585f50ca46f52dbdd7867363a0b31d61ec80a67c479c
5
5
  SHA512:
6
- metadata.gz: c94ff22b0cbae5542f47e7c40703a197cef40c5bd28b898d56e6b8f159dfee568d28c896edcefcac5af0942110975440338c06116da94362e59a220edc0743e3
7
- data.tar.gz: 9f4c3b3457fd0d7577684b914094dfd45bde8261f6e9b86b99743423596dba8fad0f4f4e1f093a573baef04806df8ffb2912b198b7ba4e8514cff8a1fcc320aa
6
+ metadata.gz: fd59446d3dc0eb722b573e263ffce8723cf6118f918abb4eb8f287761d4d6fbf98fa443699f7893b452e07cc86c287ab7d78c0c33d863b1e53fb8d2e72653aee
7
+ data.tar.gz: a5d3a7cca59494993e34daef64dec62c89a6521c7cda14744c4bc19586346d03acaa79579a218a9623c0c4ab9f4663f4a9a94a822c5f9c1b413d88c5ecd3c8a7
@@ -35,29 +35,6 @@
35
35
  -
36
36
  :action: ensure_line_is_present
37
37
  :line: ["log4j.logger.org.candlepin", "=", "WARN"]
38
- -
39
- :name: pulp
40
- :friendly_name: Pulp
41
- :file: /etc/pulp/server.conf
42
- :destinations: "syslog /var/log/pulp-debug.log"
43
- :services: ["pulp_workers", "pulp_celerybeat", "pulp_resource_manager"]
44
- :debug:
45
- -
46
- :action: create_file
47
- :file: "/etc/rsyslog.d/pulp-debug.conf"
48
- :contents: ':programname, startswith, "pulp" -/var/log/pulp-debug.log'
49
- -
50
- :action: ensure_line_is_present
51
- :line: ["log_level", ": ", "DEBUG"]
52
- :join_with: ''
53
- :production:
54
- -
55
- :action: remove_file
56
- :file: "/etc/rsyslog.d/pulp-debug.conf"
57
- -
58
- :action: ensure_line_is_present
59
- :line: ["log_level", ": ", "INFO"]
60
- :join_with: ''
61
38
  -
62
39
  :name: pulpcore
63
40
  :friendly_name: Pulpcore
@@ -1,5 +1,5 @@
1
1
  module HammerCLIForemanAdmin
2
2
  def self.version
3
- @version ||= Gem::Version.new '1.0.0'
3
+ @version ||= Gem::Version.new '1.1.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammer_cli_foreman_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas Zapletal