tayu 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/config/tayu.yml +1 -2
  2. data/lib/tayu.rb +0 -2
  3. metadata +3 -3
@@ -2,5 +2,4 @@
2
2
  :puppetdb_port: 8080
3
3
  :username: rundeck
4
4
  :allowed_tags:
5
- location
6
- updateschedule
5
+ architecture
@@ -41,8 +41,6 @@ class Tayu < Sinatra::Base
41
41
  q=JSON[q]
42
42
  end
43
43
  params = {:query => q}
44
- puts q
45
- puts params
46
44
 
47
45
  response_nodelist = RestClient.get"http://#{Tayu.puppetdb_server}:#{Tayu.puppetdb_port}/nodes", { :accept => :json, :params => params }
48
46
  return JSON.parse(response_nodelist)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tayu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-19 00:00:00.000000000 Z
12
+ date: 2012-11-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sinatra
@@ -76,5 +76,5 @@ rubyforge_project:
76
76
  rubygems_version: 1.8.24
77
77
  signing_key:
78
78
  specification_version: 3
79
- summary: Intergrates PuppetDB with Rundeck
79
+ summary: Integrates PuppetDB with Rundeck
80
80
  test_files: []