Commit 8a823d2 1 parent 163765a commit 8a823d2 Copy full SHA for 8a823d2
File tree 8 files changed +8
-0
lines changed
8 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ require 'rubygems' if RUBY_VERSION < '1.9.0'
1
2
require 'json'
2
3
3
4
Puppet ::Type . type ( :sensu_api_config ) . provide ( :json ) do
Original file line number Diff line number Diff line change
1
+ require 'rubygems' if RUBY_VERSION < '1.9.0'
1
2
require 'json'
2
3
3
4
Puppet ::Type . type ( :sensu_check_config ) . provide ( :json ) do
Original file line number Diff line number Diff line change
1
+ require 'rubygems' if RUBY_VERSION < '1.9.0'
1
2
require 'json'
2
3
3
4
Puppet ::Type . type ( :sensu_clean_config ) . provide ( :json ) do
Original file line number Diff line number Diff line change
1
+ require 'rubygems' if RUBY_VERSION < '1.9.0'
1
2
require 'json'
2
3
3
4
Puppet ::Type . type ( :sensu_client_config ) . provide ( :json ) do
Original file line number Diff line number Diff line change
1
+ require 'rubygems' if RUBY_VERSION < '1.9.0'
1
2
require 'json'
2
3
3
4
Puppet ::Type . type ( :sensu_dashboard_config ) . provide ( :json ) do
Original file line number Diff line number Diff line change
1
+ require 'rubygems' if RUBY_VERSION < '1.9.0'
1
2
require 'json'
2
3
3
4
Puppet ::Type . type ( :sensu_handler_config ) . provide ( :json ) do
Original file line number Diff line number Diff line change
1
+ require 'rubygems' if RUBY_VERSION < '1.9.0'
1
2
require 'json'
2
3
3
4
Puppet ::Type . type ( :sensu_rabbitmq_config ) . provide ( :json ) do
Original file line number Diff line number Diff line change
1
+ require 'rubygems' if RUBY_VERSION < '1.9.0'
1
2
require 'json'
2
3
3
4
Puppet ::Type . type ( :sensu_redis_config ) . provide ( :json ) do
You can’t perform that action at this time.
0 commit comments