Skip to content

Commit

Permalink
Merge pull request #105 from mmoll/suse_path
Browse files Browse the repository at this point in the history
include /bin in suse path
  • Loading branch information
fpletz committed Jul 23, 2015
2 parents 2d29532 + 014c3fb commit 96491e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/repo/suse.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
} ~>
exec { 'zypprepo-accept-key':
command => 'zypper --gpg-auto-import-keys update -y',
path => '/usr/bin',
path => '/usr/bin:/bin',
refreshonly => true,
}
}

0 comments on commit 96491e3

Please sign in to comment.