projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c411bff
)
fix modes on qemu-system-aarch64-wrapper
author
Peter Palfrader
<peter@palfrader.org>
Sat, 23 Sep 2017 12:51:34 +0000
(14:51 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 23 Sep 2017 12:51:34 +0000
(14:51 +0200)
modules/ganeti2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/ganeti2/manifests/init.pp
b/modules/ganeti2/manifests/init.pp
index
2d80c9d
..
431cc17
100644
(file)
--- a/
modules/ganeti2/manifests/init.pp
+++ b/
modules/ganeti2/manifests/init.pp
@@
-27,7
+27,7
@@
class ganeti2 {
if $::debarchitecture == 'arm64' {
file { '/usr/local/bin/qemu-system-aarch64-wrapper':
source => 'puppet:///modules/ganeti2/qemu-system-aarch64-wrapper',
- mode => '0
7
55',
+ mode => '0
5
55',
}
}
}