Fixing spacing

This commit is contained in:
William Lam
2017-02-01 09:45:32 -08:00
parent e3c9108ae8
commit 0d1c8c79c8

View File

@@ -32,7 +32,6 @@
InstallTime = $results.install_time;
Uptime = $uptime
}
$summaryResult
}
@@ -82,7 +81,6 @@ Function Get-VAMIHealth {
HealthVCDB = $healthVCDB;
HealthSoftware = $healthSoftwareUpdates
}
$healthResult
}
@@ -116,7 +114,6 @@ Function Get-VAMIAccess {
BashShell = $shellAccess.enabled;
SSH = $sshAccess
}
$accessResult
}
@@ -159,7 +156,6 @@ Function Get-VAMITime {
$timeResult.NTPServers = $ntpServers.servers
$timeResult.NTPStatus = $ntpServers.status
}
$timeResult
}