Skip to content

Commit

Permalink
Add osfamily fact to backports tests to facilitate functional tests o…
Browse files Browse the repository at this point in the history
…n non-debian hosts
  • Loading branch information
wolfspyre committed Sep 10, 2014
1 parent c8c7367 commit 8c0cf9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/classes/backports_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
{
'lsbdistcodename' => 'debian',
'lsbdistid' => 'LinuxMint',
'osfamily' => 'Debian'
}
end

Expand All @@ -100,6 +101,7 @@
{
'lsbdistcodename' => 'qiana',
'lsbdistid' => 'LinuxMint',
'osfamily' => 'Debian'
}
end

Expand Down

0 comments on commit 8c0cf9b

Please sign in to comment.