smart_proxy_salt 6.0.0 → 7.0.0

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: fd14287d87c9ed2e41a86539f25b52f741549f20501b5f6dc7936075cca3fdad
4
- data.tar.gz: af25b8597c836c1b5a8fd726612f6c49d05a87b50e877c19f42e2836d97c1717
3
+ metadata.gz: ab25ce6760fd3954ce88c81da52e2e4959128fa489154bc58a8daf4732aa574d
4
+ data.tar.gz: 04f75845fc61aeaa04518351dad5a0713104d2a356657c65b85541a7eb71e0ad
5
5
  SHA512:
6
- metadata.gz: ecdaa039f92b673ab76340da06d92397d01980baf5c7956687cd2314ff1e8e579af6beed07f1a966312c285adc30606895a3c1545ffb0e38b8a68bc087328b76
7
- data.tar.gz: 23853c34472f6cbb3a674c5c88806167c5f6be692032ecc08a474ae335ad842e477ce8425a8ef35787878b51128bad278bf90bca014b3fbc5c6937062e297889
6
+ metadata.gz: fed94e0f7d13d3a9428a300ad10ad4a1bd38c7e1b0d3766f58e4488f36c5986bb1a3113e434636f0979fdef81bafe339663594bc326fb09fc37ef93f2a2cbf9d
7
+ data.tar.gz: 4978d754616f19148e4fecfa285f6b3ca4c8c72454cfafb3a198de30f718536f0f2f7beb6c62efe4661a267d45f90d0c4b05a43a2bc1fe0c6432e00d8292170f
@@ -3,9 +3,9 @@
3
3
  :host: foreman.example.com
4
4
  :port: 443
5
5
  # if using http with ssl certificates
6
- :ssl_ca: "/var/lib/puppet/ssl/certs/ca.pem"
7
- :ssl_cert: "/var/lib/puppet/ssl/private_keys/foreman.example.com.pem"
8
- :ssl_key: "/var/lib/puppet/ssl/certs/foreman.example.com.pem"
6
+ :ssl_ca: "/etc/foreman-proxy/foreman_ssl_ca.pem"
7
+ :ssl_cert: "/etc/foreman-proxy/foreman_ssl_cert.pem"
8
+ :ssl_key: "/etc/foreman-proxy/foreman_ssl_key.pem"
9
9
  # if using http with username and password instead of https with certicates
10
10
  #:username: admin
11
11
  #:password: changeme
@@ -45,7 +45,7 @@ module Proxy
45
45
 
46
46
  def generate_command
47
47
  saltfile_path = ::Proxy::Salt::Plugin.settings[:saltfile]
48
- command = %w[salt --show-jid]
48
+ command = %w[sudo salt --show-jid]
49
49
  command << "--saltfile=#{saltfile_path}" if File.file?(saltfile_path)
50
50
  command << @options['name']
51
51
  command << 'state.template_str'
@@ -3,6 +3,6 @@
3
3
  module Proxy
4
4
  # Salt module
5
5
  module Salt
6
- VERSION = '6.0.0'
6
+ VERSION = '7.0.0'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_proxy_salt
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0
4
+ version: 7.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Moll
@@ -14,22 +14,22 @@ dependencies:
14
14
  name: smart_proxy_dynflow
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: '0.5'
20
17
  - - ">="
21
18
  - !ruby/object:Gem::Version
22
- version: 0.5.0
19
+ version: '0.8'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.0.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - "~>"
28
- - !ruby/object:Gem::Version
29
- version: '0.5'
30
27
  - - ">="
31
28
  - !ruby/object:Gem::Version
32
- version: 0.5.0
29
+ version: '0.8'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: 2.0.0
33
33
  description: This plug-in adds support for Salt to Foreman's Smart Proxy
34
34
  email: foreman-dev@googlegroups.com
35
35
  executables:
@@ -78,7 +78,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
78
78
  requirements:
79
79
  - - ">="
80
80
  - !ruby/object:Gem::Version
81
- version: '2.7'
81
+ version: '3.0'
82
82
  - - "<"
83
83
  - !ruby/object:Gem::Version
84
84
  version: '4'
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  - !ruby/object:Gem::Version
89
89
  version: '0'
90
90
  requirements: []
91
- rubygems_version: 3.6.7
91
+ rubygems_version: 4.0.3
92
92
  specification_version: 4
93
93
  summary: SaltStack Plug-In for Foreman's Smart Proxy
94
94
  test_files: []