summaryrefslogtreecommitdiff
path: root/spec/classes/munin_client_spec.rb
blob: 5438b20846d216aeda1310feeaf7e7d3eea8b8cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require 'spec_helper'

describe 'munin::client' do
  let :facts do
    {
      :operatingsystem => 'CentOS',
      :interfaces      => 'lo,eth0',
    }
  end

  it 'should compile' do
    should include_class('munin::client')
  end
end