Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / files / puppet-nslcd / puppet-nslcd-updates-for-poky-stx.patch
1 diff --git a/manifests/params.pp b/manifests/params.pp
2 index d050723..0f167e4 100644
3 --- a/manifests/params.pp
4 +++ b/manifests/params.pp
5 @@ -29,7 +29,7 @@ class nslcd::params {
6    # To add support for other distributions simply add
7    # it here
8    case $::operatingsystem {
9 -    'Ubuntu','Debian': {
10 +    'Ubuntu','Debian', 'poky-stx': {
11        $user = 'nslcd'
12        $group = 'nslcd'
13        $package = 'nslcd'