Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / files / puppet-puppi / puppet-puppi-adjust-path.patch
1 diff --git a/manifests/init.pp b/manifests/init.pp
2 index cebceec..cec4139 100644
3 --- a/manifests/init.pp
4 +++ b/manifests/init.pp
5 @@ -47,7 +47,7 @@ class puppi (
6    # Manage Version
7    $puppi_ensure = $puppi::version ? {
8      '1' => '/usr/sbin/puppi.one',
9 -    '2' => '/usr/local/bin/puppi',
10 +    '2' => '/usr/bin/puppi',
11    }
12  
13    file { 'puppi.link':
14 diff --git a/manifests/mcollective/client.pp b/manifests/mcollective/client.pp
15 index 24f2f63..5260139 100644
16 --- a/manifests/mcollective/client.pp
17 +++ b/manifests/mcollective/client.pp
18 @@ -23,7 +23,7 @@ class puppi::mcollective::client {
19    require puppi::mcollective::server
20  
21  # OLD STYLE mc-puppi command
22 -  file { '/usr/local/bin/mc-puppi':
23 +  file { '/usr/bin/mc-puppi':
24      ensure  => 'present',
25      mode    => '0755',
26      owner   => 'root',