Skip to content

Commit

Permalink
Merge pull request #211 from cloudbuy/fix-zabbix-host
Browse files Browse the repository at this point in the history
fix typo in zabbix_host provider
  • Loading branch information
bastelfreak committed Apr 27, 2016
2 parents 75325e4 + 80f5ca0 commit 881be27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/zabbix_host/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def create

# Get the template ids.
template_array = []
if templates.is_af?(Array)
if templates.is_a?(Array)
templates.each do |template|
template_id = self.class.get_template_id(zbx, template)
template_array.push template_id
Expand Down

0 comments on commit 881be27

Please sign in to comment.