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:
ea79efc
)
fix typo
author
Peter Palfrader
<peter@palfrader.org>
Wed, 26 Aug 2015 18:30:29 +0000
(20:30 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 26 Aug 2015 18:30:29 +0000
(20:30 +0200)
modules/grub/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/grub/manifests/init.pp
b/modules/grub/manifests/init.pp
index
fccdc45
..
dab3d56
100644
(file)
--- a/
modules/grub/manifests/init.pp
+++ b/
modules/grub/manifests/init.pp
@@
-2,7
+2,7
@@
class grub {
if ($::kernel == 'Linux' and $::is_virtual and $::virtual == 'kvm') {
file { '/etc/default/grub':
source => 'puppet:///modules/grub/etc-default-grub',
- notify => Exe
x
['update-grub']
+ notify => Exe
c
['update-grub']
}
exec { 'update-grub':