aboutsummaryrefslogtreecommitdiff
path: root/manifests/removable.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/removable.pp')
-rw-r--r--manifests/removable.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/manifests/removable.pp b/manifests/removable.pp
deleted file mode 100644
index 16f0157..0000000
--- a/manifests/removable.pp
+++ /dev/null
@@ -1,9 +0,0 @@
-class nodo::removable inherits nodo::desktop {
- File["/etc/fstab"] {
- source => "puppet:///modules/nodo/etc/fstab/removable",
- }
-
- File["/etc/crypttab"] {
- source => "puppet:///modules/nodo/etc/crypttab/removable",
- }
-}