Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / files / puppet-certmonger / 0001-puppet-certmonger-adjust-path-to-poky-rootfs.patch
1 From c513b8d9591740bac5cdbb240853700971eb7c62 Mon Sep 17 00:00:00 2001
2 From: "Sar Ashki, Babak" <Babak.SarAshki@windriver.com>
3 Date: Sat, 7 Mar 2020 00:38:52 -0800
4 Subject: [PATCH] puppet-certmonger: adjust path to poky rootfs
5
6 ---
7  manifests/scripts.pp | 2 +-
8  1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/manifests/scripts.pp b/manifests/scripts.pp
11 index d53eacb..54945b6 100644
12 --- a/manifests/scripts.pp
13 +++ b/manifests/scripts.pp
14 @@ -15,7 +15,7 @@ class certmonger::scripts (
15      mode   => '0755',
16      source => 'puppet:///modules/certmonger/verify_certmonger_request.sh',
17    }
18 -  file { '/usr/local/bin/change-perms-restart':
19 +  file { '/usr/bin/change-perms-restart':
20      ensure => 'present',
21      owner  => 'root',
22      group  => 'root',
23 -- 
24 2.23.0
25