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:
d88f042
)
grub: nopat on villa, once more with feeling
author
Julien Cristau
<jcristau@debian.org>
Sun, 3 Sep 2017 15:21:34 +0000
(17:21 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Sun, 3 Sep 2017 15:21:34 +0000
(17:21 +0200)
modules/grub/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/grub/manifests/init.pp
b/modules/grub/manifests/init.pp
index
8e0e097
..
13ff79b
100644
(file)
--- a/
modules/grub/manifests/init.pp
+++ b/
modules/grub/manifests/init.pp
@@
-17,6
+17,10
@@
class grub {
$grub_manage = true
$grub_do_kernel_serial = true
$grub_do_grub_serial = false
+ } elsif $::hostname in [villa] {
+ $grub_manage = true
+ $grub_do_kernel_serial = false
+ $grub_do_grub_serial = false
} else {
$grub_manage = false
}