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:
512f959
)
Use new virt factor in grub manifest
author
Peter Palfrader
<peter@palfrader.org>
Thu, 17 Aug 2017 09:24:05 +0000
(11:24 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 17 Aug 2017 09:24:05 +0000
(11:24 +0200)
modules/grub/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/grub/manifests/init.pp
b/modules/grub/manifests/init.pp
index
1ef9ec7
..
1f6e7e6
100644
(file)
--- a/
modules/grub/manifests/init.pp
+++ b/
modules/grub/manifests/init.pp
@@
-1,5
+1,5
@@
class grub {
- if ($::kernel == 'Linux' and $::
is_virtual and $::virtual
== 'kvm') {
+ if ($::kernel == 'Linux' and $::
virt
== 'kvm') {
file { '/etc/default/grub':
# restore to default
source => 'puppet:///modules/grub/etc-default-grub',