aboutsummaryrefslogtreecommitdiff
path: root/manifests/removable.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/removable.pp')
-rw-r--r--manifests/removable.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/manifests/removable.pp b/manifests/removable.pp
new file mode 100644
index 0000000..2dd994c
--- /dev/null
+++ b/manifests/removable.pp
@@ -0,0 +1,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",
+ }
+}