Skip to content

Commit

Permalink
Fixed init_spec.rb default away from lsb
Browse files Browse the repository at this point in the history
  • Loading branch information
asasfu committed Aug 8, 2015
1 parent cf3c2e4 commit 3dcd2c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/classes/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

RSpec.configure do |c|
c.default_facts = {
:architecture => 'x86_64',
:operatingsystem => 'Ubuntu',
:osfamily => 'Debian',
:lsbdistrelease => '10.04',
:kernel => 'Linux',
:architecture => 'x86_64',
:operatingsystem => 'Ubuntu',
:osfamily => 'Debian',
:operatingsystemrelease => '10.04',
:kernel => 'Linux',
}
end
# Installation Stuff
Expand Down

0 comments on commit 3dcd2c8

Please sign in to comment.