class crypttab( $type ) { file { "/etc/crypttab": source => "puppet:///modules/nodo/etc/crypttab/${type}", owner => "root", group => "root", mode => 0644, ensure => present, notify => Exec['update-initramfs'], } }