Skip to content

Commit

Permalink
(PA-6001) Add sles11 platform to pxp-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkarsale committed Feb 29, 2024
1 parent de42954 commit bb3dfc0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions configs/platforms/sles-11-x86_64.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
plat.defaultdir "/etc/sysconfig"
plat.servicetype "sysv"

# plat.add_build_repository "http://osmirror.delivery.puppetlabs.net/sles-11-deps-x86_64/sles-11-deps-x86_64.repo"
# plat.add_build_repository "http://pl-build-tools.delivery.puppetlabs.net/yum/sles/11/x86_64/pl-build-tools-sles-11-x86_64.repo"
plat.add_build_repository "http://osmirror.delivery.puppetlabs.net/sles-11-deps-x86_64/sles-11-deps-x86_64.repo"
plat.add_build_repository "http://pl-build-tools.delivery.puppetlabs.net/yum/sles/11/x86_64/pl-build-tools-sles-11-x86_64.repo"
packages = %w[
aaa_base
libbz2-devel
Expand All @@ -18,6 +18,5 @@
]
plat.install_build_dependencies_with "zypper -n --no-gpg-checks install -y"
plat.provision_with("zypper -n --no-gpg-checks install -y #{packages.join(' ')}")
# plat.provision_with "zypper install -y --oldpackage pl-cmake-3.2.3-13.sles11.x86_64"
plat.vmpooler_template "sles-11-x86_64"
end

0 comments on commit bb3dfc0

Please sign in to comment.