X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet-ldap%2F0002-puppet-ldap-poky-stx-fix-pkg-name.patch;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet-ldap%2F0002-puppet-ldap-poky-stx-fix-pkg-name.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=14ff8d3e897794dd46c512739c1df2dc5e348165;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-ldap/0002-puppet-ldap-poky-stx-fix-pkg-name.patch b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-ldap/0002-puppet-ldap-poky-stx-fix-pkg-name.patch deleted file mode 100644 index 14ff8d3..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-ldap/0002-puppet-ldap-poky-stx-fix-pkg-name.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -ru a/manifests/params.pp b/manifests/params.pp ---- a/manifests/params.pp 2020-03-05 13:55:59.165978792 +0800 -+++ b/manifests/params.pp 2020-03-05 14:03:14.677990660 +0800 -@@ -2,7 +2,11 @@ - class ldap::params { - case $::osfamily { - 'Debian' : { -- $package = ['ldap-utils'] -+ if $::operatingsystem == 'poky-stx' { -+ $package = ['libldap-2.4-slapd', 'libldap-2.4-bin'] -+ } else { -+ $package = ['ldap-utils'] -+ } - - $prefix = '/etc/ldap' - $owner = 'root'