Skip to content

Commit

Permalink
Include runtime component
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamshinde360 committed Feb 19, 2024
1 parent 1859d77 commit f402b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/projects/pxp-agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f402b57

Please sign in to comment.