blob: d13b5ee2d1d4b663f4d5d484b2316acdfe6e3770 (
plain)
| 1
2
3
4
5
6
7
8
9
 | class nodo::base::removable inherits nodo::base::desktop {
  File["/etc/fstab"] {
    source  => "puppet:///modules/nodo/etc/fstab/removable",
  }
  File["/etc/crypttab"] {
    source  => "puppet:///modules/nodo/etc/crypttab/removable",
  }
}
 |