]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 22 Sep 2011 16:36:40 +0000 (13:36 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 22 Sep 2011 16:36:40 +0000 (13:36 -0300)
manifests/laptop.pp

index b3ab499c5409f18bf0504617db4e88142d7b130d..6e950c8205454dca63bf857920dee94a750ab148 100644 (file)
@@ -14,7 +14,7 @@ class nodo::laptop inherits nodo::personal {
       group  => "root",
       mode   => 0644,
       ensure => present,
-      notify => Exec['update-initramfs],
+      notify => Exec['update-initramfs'],
     }
   }
 
@@ -29,7 +29,7 @@ class nodo::laptop inherits nodo::personal {
       group     => "root",
       mode      => 0644,
       ensure    => present,
-      notify    => Exec['update-initramfs],
+      notify    => Exec['update-initramfs'],
     }
 
     # hibernation
@@ -38,7 +38,7 @@ class nodo::laptop inherits nodo::personal {
       group     => "root",
       mode      => 0644,
       content   => "RESUME=/dev/mapper/cswap",
-      notify    => Exec['update-initramfs],
+      notify    => Exec['update-initramfs'],
       ensure    => $hibernate ? {
         false   => absent,
         default => present,