From: Silvio Rhatto Date: Thu, 22 Sep 2011 16:36:40 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=db4de439330fcf7b19d3c1c1beb8b5bd802f0b6c;p=puppet-nodo.git Minor fix --- diff --git a/manifests/laptop.pp b/manifests/laptop.pp index b3ab499..6e950c8 100644 --- a/manifests/laptop.pp +++ b/manifests/laptop.pp @@ -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,