foreman_fog_proxmox 0.12.2 → 0.12.4

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of foreman_fog_proxmox might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a8a1a5346987d31022f1711c5181ed80fe9d4a5e23a1ec44cb3d65f81c98e4d
4
- data.tar.gz: ead9626148eee34158047668bc15c2a97b83bb6f6779d4478b932af059b808fb
3
+ metadata.gz: '087523e5d29519b6e34a2503f98d2baf347f8f0e1bd5c4535ddf1aaa1c77d19c'
4
+ data.tar.gz: 48b81178ef8d3b2d3ea68dba59e029cff30ecb70037a2b55c15b7404142c3d7c
5
5
  SHA512:
6
- metadata.gz: acb1466f50ee8c3ec8e6f6b8844ce88e05a1d732960073bd3e8d7b88c61f55a9d69ddde052882f6ded98930128b52a16d909c5d63db3aada9520a51d0fcd907e
7
- data.tar.gz: d69dd9aaf71ee9e21c5cdf8dc6dc25ced882ab98f8e8064084e3f533dcddb362c9ee85784744dcc4e0ddefe66c7109263f85bf477622e62848bb42bf7a43a65f
6
+ metadata.gz: 6ce0f3ac875daa0b7f0e072aac5208b69822d038fef914725bba5913da4284bbf417683215b1c379bca04fbc04606b850178fc3d2d2eaa5524b6ff880d2dea51
7
+ data.tar.gz: 7dd24c3179b2ddb8e182c2235fb656f3335b4fb6072371d2b414290f6e4b73317195ae0cf1e823077b31acfa8332484ae992fe3877cf60754dda9208075e186a
@@ -45,7 +45,7 @@ module ForemanFogProxmox
45
45
  # add dashboard widget
46
46
  widget 'foreman_fog_proxmox_widget', name: N_('Foreman Fog Proxmox widget'), sizex: 8, sizey: 1
47
47
  security_block :foreman_fog_proxmox do
48
- permission :view_compute_resource, { :"foreman_fog_proxmox/compute_resources" =>
48
+ permission :view_compute_resource, { :compute_resources =>
49
49
  [:ostemplates_by_node_and_storage, :isos_by_node_and_storage, :ostemplates_by_node, :isos_by_node, :storages_by_node, :iso_storages_by_node, :bridges_by_node] }
50
50
  end
51
51
  end
@@ -18,5 +18,5 @@
18
18
  # along with ForemanFogProxmox. If not, see <http://www.gnu.org/licenses/>.
19
19
 
20
20
  module ForemanFogProxmox
21
- VERSION = '0.12.2'
21
+ VERSION = '0.12.4'
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_fog_proxmox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.2
4
+ version: 0.12.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tristan Robert