Skip to content

Commit

Permalink
Merge pull request #156 from hkumarmk/zabbix_application
Browse files Browse the repository at this point in the history
Removed a debug entry
  • Loading branch information
Werner Dijkerman committed Jan 31, 2016
2 parents 459b5cf + b35815d commit 8acc652
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/puppet/provider/zabbix_application/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ def template_id
return @template_id ||= zbx.templates.get_id(:host => @resource[:template])
end

def monhostid
zbx = connect
return zbx.templates.get_id(:host => 'mon1')
end

def create
zbx = connect
zbx.applications.create(
Expand Down

0 comments on commit 8acc652

Please sign in to comment.