Include lsb_release in the hosts element since it's used there.

Change-Id: I8a9138c075158845335937c01ef322733cb0bf81
Closes-Bug: #1641106
This commit is contained in:
Mike Burns 2016-11-11 15:10:16 -05:00
parent e481995b19
commit 4b16047d31
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
lsb_release:

7
elements/hosts/pkg-map Normal file
View File

@ -0,0 +1,7 @@
{
"family": {
"redhat": {
"lsb_release": "redhat-lsb-core"
}
}
}