We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe6d51 commit 6abf489Copy full SHA for 6abf489
manifests/update.pp
@@ -70,7 +70,7 @@
70
command => "echo ${apt::provider} updated the package cache.",
71
loglevel => $apt::_update['loglevel'],
72
logoutput => 'on_failure',
73
- path => '/bin:/usr/bin',
+ path => '/bin:/sbin:/usr/bin:/usr/sbin',
74
provider => shell,
75
refreshonly => $_refresh,
76
timeout => $apt::_update['timeout'],
spec/acceptance/apt_backports_spec.rb
@@ -10,7 +10,7 @@
10
command => epp('apt/update_had_no_effect.sh.epp'),
11
logoutput => true,
12
13
- returns => [-1],
+ returns => [0, 1],
14
}
15
MANIFEST
16
end
0 commit comments