feat: setup/manage dnf-autoupdate

- create service to run dnf update
- create timer to call the service
- manage settings via params
This commit is contained in:
2023-12-03 17:43:49 +11:00
parent e0d1ec8926
commit d8ff9ddb11
4 changed files with 38 additions and 0 deletions
+4
View File
@@ -86,4 +86,8 @@ class profiles::yum::global (
class { 'profiles::yum::puppet7':
managed_repos => $managed_repos,
}
# setup dnf-autoupdate
include profiles::yum::autoupdater
}