diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 13:07:54 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 13:07:54 +0200 |
commit | fb3c19a57fa867af1e6e6badac5c4b2dd1750ec9 (patch) | |
tree | dfb61313636345b5dc02685a5cd3ec932da9c94b /units | |
parent | c1d386c331254f48126654d1d835afd66ab00e6f (diff) |
bin:maas-version-check -> maas-version-check.sh
Diffstat (limited to 'units')
-rw-r--r-- | units/miscellanea/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index c5e8294..6c98181 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -394,7 +394,7 @@ plugin: shell category_id: com.canonical.plainbox::miscellanea estimated_duration: 0.1 id: miscellanea/get_maas_version -command: maas-version-check +command: maas-version-check.sh _description: If system was installed via MAAS from a cert server, the MAAS version used should be contained in /etc/installed-by-maas _summary: Verify MAAS version used to deploy the SUT |