Fix typo with xenial logic

Change-Id: I5d7c207661791050c3be74a35e00efdbf209d289
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-03-29 19:23:47 -04:00
parent c9f8a7a956
commit 2c78eaba64
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ EOF
# NOTE(pabelanger): Puppetlabs does not support ubuntu xenial. Instead use
# the version of puppet ship by xenial.
if [ $lsbdistcodename != 'xenial']; then
if [ $lsbdistcodename != 'xenial' ]; then
puppet_deb=puppetlabs-release-${lsbdistcodename}.deb
wget http://apt.puppetlabs.com/$puppet_deb -O $puppet_deb
dpkg -i $puppet_deb