From 3810385fcd89b443e6f0a260e91670806c747ee0 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Wed, 24 Apr 2024 18:13:56 +1000 Subject: [PATCH] feat: install ksm for proxmox --- site/profiles/manifests/proxmox/params.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/profiles/manifests/proxmox/params.pp b/site/profiles/manifests/proxmox/params.pp index 2a4844e..d520f45 100644 --- a/site/profiles/manifests/proxmox/params.pp +++ b/site/profiles/manifests/proxmox/params.pp @@ -23,7 +23,8 @@ class profiles::proxmox::params ( 'proxmox-ve', 'postfix', 'open-iscsi', - 'frr-pythontools' + 'frr-pythontools', + 'ksm-control-daemon' ], Array $pve_packages_remove = [ 'os-prober',