lshw for reporting

This commit is contained in:
Leif Johansson 2020-03-24 10:24:59 +01:00
parent cef17d1894
commit 37186cd630
No known key found for this signature in database
GPG key ID: D73AD6430AD478D6

View file

@ -40,6 +40,7 @@ class common {
include apparmor
package {'jq': ensure => 'latest'}
package { 'needrestart': ensure => installed}
package {'lshw': ensure => 'latest'}
# change git repo from git.nordu.net to gitops.sunet.se (for .git)
exec { 'git_repo_sunet_dot_git':