From 63e846367643ca2a28cb6a1bdba99ffbe3443acb Mon Sep 17 00:00:00 2001 From: Shubham Shinde Date: Tue, 13 Feb 2024 22:40:54 +0530 Subject: [PATCH] Include runtime component --- configs/projects/pxp-agent.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/projects/pxp-agent.rb b/configs/projects/pxp-agent.rb index e1b603f..62e5023 100644 --- a/configs/projects/pxp-agent.rb +++ b/configs/projects/pxp-agent.rb @@ -29,7 +29,7 @@ proj.setting(:service_conf, File.join(proj.install_root, 'service_conf')) proj.component 'puppet-runtime' - proj.component 'runtime' if platform.name =~ /el-[67]|redhatfips-7|sles-12|ubuntu-18.04-amd64/ || !platform.is_linux? + proj.component 'runtime' if platform.name =~ /el-[67]|redhatfips-7|sles-1[12]|ubuntu-18.04-amd64/ || !platform.is_linux? proj.component 'leatherman' proj.component 'cpp-hocon'