Skip to content

Commit

Permalink
Changed indentation to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Bleijenberg committed Aug 2, 2016
1 parent eefb92c commit 484cc21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-puppet-agent-redhat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ if command -v lsb_release > /dev/null 2>&1; then
VERSION=`lsb_release -sr | cut -d. -f1`;
else
# Puppet agent needs this. But we can use system-release-cp for version determination too.
yum install redhat-lsb-core -y
yum install redhat-lsb-core -y

if [ ! -f /etc/system-release-cpe ]; then
echo "Cannot determine OS release/version, not good.";
exit 1;
Expand Down

0 comments on commit 484cc21

Please sign in to comment.