aboutsummaryrefslogtreecommitdiff
path: root/manifests/removable.pp
blob: 9b0a7235fd73f846b8319657fd0dd8deeb91b845 (plain)
1
2
3
4
5
6
7
8
9
10
11
class nodo::removable inherits nodo::desktop {
  # fstab
  File["/etc/fstab"] {
    source  => "puppet:///modules/nodo/etc/fstab/removable",
  }

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