summaryrefslogtreecommitdiff
path: root/jobs
diff options
authorrod.smith <rod.smith@canonical.com>2014-07-16 09:06:42 -0400
committerrod.smith <rod.smith@canonical.com>2014-07-16 09:06:42 -0400
commit85f7605ed0f38ae46ee59fb8ffd48a270f68c508 (patch)
tree8afe8ef6c24fa1d3b5203e06d533f71f76fad46f /jobs
parent2a2443867dec052cd44d9c1c2c9114ed30ec419c (diff)
Added script to place manufacturer and model information (miscellanea/get_make_and_model) in output
Diffstat (limited to 'jobs')
-rw-r--r--jobs/miscellanea.txt.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/jobs/miscellanea.txt.in b/jobs/miscellanea.txt.in
index 1112926..519e37a 100644
--- a/jobs/miscellanea.txt.in
+++ b/jobs/miscellanea.txt.in
@@ -173,3 +173,11 @@ command:
fi
_description: If system was installed via MAAS from a cert server, the MAAS version used should be contained in /etc/installed-by-maas
_summary: Gets the version of MAAS used to deploy the SUT
+
+plugin: shell
+estimated_duration: 0.1
+id: miscellanea/get_make_and_model
+user: root
+command: make_model
+summary: Retrieve the computer's make and model
+requires: package.name == "dmidecode"