puppetdb_foreman 0.1.0 → 0.1.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/routes.rb +3 -0
  3. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1142db9229ad1c8bac8c3c5a19587953049fc273
4
- data.tar.gz: a86d737820c3bf8d943e05950542b35a87297fa4
3
+ metadata.gz: 2be90389f7d589d0528935011494b49bc19d4898
4
+ data.tar.gz: 930be56d170f4a5d2ed8583657cc701bfb077a70
5
5
  SHA512:
6
- metadata.gz: ed22d996b91c1654132baa44a0c09c63614e159d2c65bf44b991e3a61dc22545eb27927fc65e631d5eb145056a2a98e097543f92bc308051ef17b0cc4880c5bc
7
- data.tar.gz: 035013ec2eef2701caaf1fae461bcc669dc5c2c7eac02181764dadebebb5bb282d2dee403ec80582120548ebfe9234555f067994dca648ebe05ac67f393fd33a
6
+ metadata.gz: 05f1f3b7eeda1dde8582309bd6a985d1aad7f2bc4772046284849bd319cfb7f6cc493e5716e31b2776547f80d4d1c359c04f30452bc2ce21b7572851129fe996
7
+ data.tar.gz: 39fb3e971c4f7563b61eb374d5f1ef59b064d9f47019ee682053fc0edfee3ab87aee6f21855a3f6e80f11be696fda40c5c6471ff0ab2bab663c4acbb5745d24e
data/config/routes.rb ADDED
@@ -0,0 +1,3 @@
1
+ Rails.application.routes.draw do
2
+ match ':puppetdb(/*puppetdb_url)', :to => 'puppetdb_foreman/puppetdb#index', :puppetdb => /d3\.v2|charts|v3|puppetdb/, :as => "puppetdb"
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppetdb_foreman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Lobato Garcia
@@ -23,6 +23,7 @@ files:
23
23
  - app/models/puppetdb_foreman/host_extensions.rb
24
24
  - app/models/setting/puppetdb.rb
25
25
  - app/views/puppetdb_foreman/puppetdb/error.html.erb
26
+ - config/routes.rb
26
27
  - lib/puppetdb_foreman.rb
27
28
  - lib/puppetdb_foreman/engine.rb
28
29
  homepage: http://www.github.com/theforeman/puppetdb_foreman