class nodo::removable inherits nodo::desktop {
  # fstab
  File["/etc/fstab"] {
    source  => "puppet://$server/modules/nodo/etc/fstab/removable",
  }

  # crypttab
  File["/etc/crypttab"] {
    source  => "puppet://$server/modules/nodo/etc/crypttab/removable",
  }
}