1) zabbix on ubuntu systems Failure/Error: it { should contain_apt__source('ubuntu-zabbix') } Puppet::Error: Ubuntu is not supported by this module. at /home/kemra102/projects/puppet-zabbix/spec/fixtures/modules/zabbix/manifests/params.pp:143 on node iacon.cybertron.local # ./spec/classes/zabbix_repo_spec.rb:16:in `block (3 levels) in <top (required)>'require 'spec_helper'
describe 'zabbix', :type => :class do it { should contain_class('zabbix::repo') }
context 'on redhat family systems' do let (:facts) { { :osfamily => 'RedHat' } }
it { should contain_yumrepo('zabbix') } it { should contain_yumrepo('zabbix-non-supported') } end
context 'on ubuntu systems' do let (:facts) { { :osfamily => 'Debian', :operatingsystem => 'Ubuntu' } }
it { should contain_apt__source('ubuntu-zabbix') } end
end--
You received this message because you are subscribed to a topic in the Google Groups "Puppet Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/puppet-users/Q5zwTl9Zt1E/unsubscribe.
To unsubscribe from this group and all its topics, send an email to puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/b3b1de50-e0de-485c-bd66-d8beab13a1e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.