From 2c78eaba6478241bf04e80ba9c42f94f171c8712 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 29 Mar 2016 19:23:47 -0400 Subject: [PATCH] Fix typo with xenial logic Change-Id: I5d7c207661791050c3be74a35e00efdbf209d289 Signed-off-by: Paul Belanger --- install_puppet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_puppet.sh b/install_puppet.sh index 9b4297c225..50580f4b35 100755 --- a/install_puppet.sh +++ b/install_puppet.sh @@ -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