From db4de439330fcf7b19d3c1c1beb8b5bd802f0b6c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 22 Sep 2011 13:36:40 -0300 Subject: Minor fix --- manifests/laptop.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/laptop.pp') 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, -- cgit v1.2.3