aboutsummaryrefslogtreecommitdiff
path: root/manifests/removable.pp
blob: 2dd994cd470ccbc60e26cec16d19971b16bcb639 (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",
  }
}