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-puppi%2Fpuppet-puppi-adjust-path.patch;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet-puppi%2Fpuppet-puppi-adjust-path.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=7a69c060d39fb05749b1f187150d7f77134d0ca0;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-puppi/puppet-puppi-adjust-path.patch b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-puppi/puppet-puppi-adjust-path.patch deleted file mode 100644 index 7a69c06..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-puppi/puppet-puppi-adjust-path.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/manifests/init.pp b/manifests/init.pp -index cebceec..cec4139 100644 ---- a/manifests/init.pp -+++ b/manifests/init.pp -@@ -47,7 +47,7 @@ class puppi ( - # Manage Version - $puppi_ensure = $puppi::version ? { - '1' => '/usr/sbin/puppi.one', -- '2' => '/usr/local/bin/puppi', -+ '2' => '/usr/bin/puppi', - } - - file { 'puppi.link': -diff --git a/manifests/mcollective/client.pp b/manifests/mcollective/client.pp -index 24f2f63..5260139 100644 ---- a/manifests/mcollective/client.pp -+++ b/manifests/mcollective/client.pp -@@ -23,7 +23,7 @@ class puppi::mcollective::client { - require puppi::mcollective::server - - # OLD STYLE mc-puppi command -- file { '/usr/local/bin/mc-puppi': -+ file { '/usr/bin/mc-puppi': - ensure => 'present', - mode => '0755', - owner => 'root',