]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Subscribing fs config files to update-initramfs
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 22 Sep 2011 17:14:42 +0000 (14:14 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 22 Sep 2011 17:14:42 +0000 (14:14 -0300)
manifests/appliance.pp
manifests/desktop.pp
manifests/server.pp

index d361196539e6cda3cf3a5395fd392a2c25c6a657..ff0034054634df1465c6dae5bcc1379fda3c7da0 100644 (file)
@@ -6,6 +6,7 @@ class nodo::appliance inherits nodo::physical {
     group   => "root",
     mode    => 0644,
     ensure  => present,
+    notify  => Exec['update-initramfs'],
   }
 
   # crypttab
@@ -15,5 +16,6 @@ class nodo::appliance inherits nodo::physical {
     group   => "root",
     mode    => 0644,
     ensure  => present,
+    notify  => Exec['update-initramfs'],
   }
 }
index 78b2e306f47830d2729d5233b5e0d5815906e2ec..2cfc05b11dd3ed1e531310321d6bd3c75bfed23f 100644 (file)
@@ -9,6 +9,7 @@ class nodo::desktop inherits nodo::personal {
       group   => "root",
       mode    => 0644,
       ensure  => present,
+      notify  => Exec['update-initramfs'],
     }
   }
 
@@ -20,6 +21,7 @@ class nodo::desktop inherits nodo::personal {
       group   => "root",
       mode    => 0644,
       ensure  => present,
+      notify  => Exec['update-initramfs'],
     }
   }
 }
index 230088959540a09308c1ebe2dfa03b4740b6518f..2170d53ce45fd889a99ae9b249d29c974664640c 100644 (file)
@@ -6,6 +6,7 @@ class nodo::server inherits nodo::physical {
     group   => "root",
     mode    => 0644,
     ensure  => present,
+    notify  => Exec['update-initramfs'],
   }
 
   # crypttab
@@ -15,5 +16,6 @@ class nodo::server inherits nodo::physical {
     group   => "root",
     mode    => 0644,
     ensure  => present,
+    notify  => Exec['update-initramfs'],
   }
 }