aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/physical.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/physical.pp')
-rw-r--r--manifests/utils/physical.pp15
1 files changed, 15 insertions, 0 deletions
diff --git a/manifests/utils/physical.pp b/manifests/utils/physical.pp
index 0c99fb9..acadaca 100644
--- a/manifests/utils/physical.pp
+++ b/manifests/utils/physical.pp
@@ -15,4 +15,19 @@ class nodo::utils::physical {
default => present,
}
}
+
+ #
+ # Testers / health check
+ #
+
+ #package { 'memtester':
+ # ensure => present,
+ #}
+
+ package { 'memtest86+':
+ ensure => $::architecture ? {
+ 'amd64' => present,
+ default => absent,
+ }
+ }
}