]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
fix typo
authorPeter Palfrader <peter@palfrader.org>
Wed, 26 Aug 2015 18:30:29 +0000 (20:30 +0200)
committerPeter Palfrader <peter@palfrader.org>
Wed, 26 Aug 2015 18:30:29 +0000 (20:30 +0200)
modules/grub/manifests/init.pp

index fccdc45cf701723df99143b5d9dbd569748f028b..dab3d56a303221dbf792152036b37fcbab060478 100644 (file)
@@ -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',
        if ($::kernel == 'Linux' and $::is_virtual and $::virtual == 'kvm') {
                file { '/etc/default/grub':
                        source  => 'puppet:///modules/grub/etc-default-grub',
-                       notify  => Exex['update-grub']
+                       notify  => Exec['update-grub']
                }
 
                exec { 'update-grub':
                }
 
                exec { 'update-grub':