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-openstacklib%2Fpuppet-openstacklib-updates-for-poky-stx.patch;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet-openstacklib%2Fpuppet-openstacklib-updates-for-poky-stx.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=3854aa131a6dc557bf3aaa769a427b0c96c12d05;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-openstacklib/puppet-openstacklib-updates-for-poky-stx.patch b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-openstacklib/puppet-openstacklib-updates-for-poky-stx.patch deleted file mode 100644 index 3854aa1..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-openstacklib/puppet-openstacklib-updates-for-poky-stx.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/lib/facter/os_package_type.rb b/lib/facter/os_package_type.rb -index 134509e..adc39d9 100644 ---- a/lib/facter/os_package_type.rb -+++ b/lib/facter/os_package_type.rb -@@ -24,6 +24,8 @@ Facter.add('os_package_type') do - when 'Debian' - if Facter.value(:operatingsystem) == 'Debian' then - 'debian' -+ elsif Facter.value(:operatingsystem) == 'poky-stx' then -+ 'poky' - else - 'ubuntu' - end