Fix ubuntu issues that broke tests.

Puppetlabs apt introduced a change that required a debian
specific fact that wasn't being set in the spec tests. This
patch adds it.

Change-Id: Ia8fb3a5d0b01bf58eea583f2f129b48b4ce9564d
This commit is contained in:
Michael Chapman 2014-03-01 00:48:56 +11:00
parent d3928e578d
commit 0cbddbcea0
2 changed files with 4 additions and 0 deletions

View File

@ -103,6 +103,7 @@ describe 'openstack::repo' do
:operatingsystemrelease => '12.04',
:lsbdistdescription => 'Ubuntu 12.04.1 LTS',
:lsbdistcodename => 'precise',
:lsbdistid => 'ubuntu',
}
end
@ -123,6 +124,7 @@ describe 'openstack::repo' do
:operatingsystemrelease => '12.04',
:lsbdistdescription => 'Ubuntu 12.04.1 LTS',
:lsbdistcodename => 'precise',
:lsbdistid => 'ubuntu',
}
end

View File

@ -11,6 +11,7 @@ describe 'openstack::repo::uca' do
:operatingsystemrelease => '12.04',
:lsbdistdescription => 'Ubuntu 12.04.1 LTS',
:lsbdistcodename => 'precise',
:lsbdistid => 'ubuntu',
}
end
it do
@ -32,6 +33,7 @@ describe 'openstack::repo::uca' do
:operatingsystemrelease => '12.04',
:lsbdistdescription => 'Ubuntu 12.04.1 LTS',
:lsbdistcodename => 'precise',
:lsbdistid => 'ubuntu',
}
end