foreman_virt_who_configure 0.1.4 → 0.1.5

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: 5f2761e2dfcffdd132dda2d6d6b3a02ea455289c
4
- data.tar.gz: f03b3dcf1e134f72fb03804815905e122356186e
3
+ metadata.gz: '00828a04059a2127b00c406050e482d09a14c42a'
4
+ data.tar.gz: cd043f391d7311cc3daf7dd63b8be65740c155c8
5
5
  SHA512:
6
- metadata.gz: 182cf328367ecacfe010927873bd3515ea793be39f7d72aa56f446016a9d847cad66a37a382459ad865afb81526647a1a46f1e7dcac493ca61f7efa5b118c85c
7
- data.tar.gz: ff9ee136a6fd6b6d5ce7ad4b19a9b5d07fbed87fa7509076aec82e9248790d00bd7c7847994197bb8575ac629f4a386e2985ac1c70b99d5005d6a473e3d40f53
6
+ metadata.gz: 72adb1410ffe0227b945b1d317992dda1d7d11a974f7dbdaeaca092ef9bc1787b6b02b8045dd507098b3587cbdf8c5a02260eeddb52806ce086087e36202d29a
7
+ data.tar.gz: 78ae37c6993a476425536300217098bf06e4c81fa6b238f43e1703277f8a9c345287bf7b9919701bc50808b3d449c3bbb9271f71c3ff5b3bd8df3e3ba84ac0ed
@@ -89,6 +89,8 @@ if verify_minimal_version; then
89
89
 
90
90
  step 3 "Creating virt-who configuration"
91
91
  cat > #{config_file_path} << EOF
92
+ ### This configuration file is managed via the virt-who configure plugin
93
+ ### manual edits will be deleted.
92
94
  [#{identifier}]
93
95
  type=#{type}
94
96
  hypervisor_id=#{hypervisor_id}
@@ -106,6 +108,8 @@ EOF
106
108
 
107
109
  step 4 "Creating sysconfig virt-who configuration"
108
110
  cat > #{sysconfig_file_path} << EOF
111
+ ### This configuration file is managed via the virt-who configure plugin
112
+ ### manual edits will be deleted.
109
113
  VIRTWHO_SATELLITE6=1
110
114
  VIRTWHO_DEBUG=#{config.debug? ? 1 : 0}
111
115
  VIRTWHO_INTERVAL=#{config.interval * 60}#{proxy_strings}
@@ -1,3 +1,3 @@
1
1
  module ForemanVirtWhoConfigure
2
- VERSION = '0.1.4'.freeze
2
+ VERSION = '0.1.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_virt_who_configure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Foreman virt-who-configure team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-04 00:00:00.000000000 Z
11
+ date: 2017-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: katello
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  version: '0'
139
139
  requirements: []
140
140
  rubyforge_project:
141
- rubygems_version: 2.4.5
141
+ rubygems_version: 2.6.8
142
142
  signing_key:
143
143
  specification_version: 4
144
144
  summary: A plugin to make virt-who configuration easy