diff options
Diffstat (limited to 'manifests/subsystems/utils/physical.pp')
-rw-r--r-- | manifests/subsystems/utils/physical.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/subsystems/utils/physical.pp b/manifests/subsystems/utils/physical.pp new file mode 100644 index 0000000..6bba5db --- /dev/null +++ b/manifests/subsystems/utils/physical.pp @@ -0,0 +1,6 @@ +# Common utilities for physical +class utils::physical { + package { [ 'nload', 'acpid', 'acpi', 'slurm' ]: + ensure => installed, + } +} |