aboutsummaryrefslogtreecommitdiff
path: root/manifests/removable.pp
blob: ee7c369a2baba5957aec4e91d62f25da589d797e (plain)
1
2
3
4
5
6
7
8
9
10
11
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",
  }
}