From ce0ae3688f7776f32216583d9cacd6ca6152119e Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 26 Aug 2015 20:30:29 +0200 Subject: [PATCH] fix typo --- modules/grub/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/grub/manifests/init.pp b/modules/grub/manifests/init.pp index fccdc45c..dab3d56a 100644 --- 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 => Exex['update-grub'] + notify => Exec['update-grub'] } exec { 'update-grub': -- 2.39.2