aboutsummaryrefslogtreecommitdiff
path: root/manifests/base
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base')
-rw-r--r--manifests/base/kvm.pp4
-rw-r--r--manifests/base/laptop.pp3
2 files changed, 0 insertions, 7 deletions
diff --git a/manifests/base/kvm.pp b/manifests/base/kvm.pp
index 09ae344..938500b 100644
--- a/manifests/base/kvm.pp
+++ b/manifests/base/kvm.pp
@@ -1,8 +1,4 @@
class nodo::base::kvm inherits nodo::base::host {
- class { [ 'nodo::subsystem::fstab', 'nodo::subsystem::crypttab' ]:
- type => 'kvm',
- }
-
Backupninja::Sys['sys'] {
doluks => true,
dolvm => true,
diff --git a/manifests/base/laptop.pp b/manifests/base/laptop.pp
index b984873..b1492e1 100644
--- a/manifests/base/laptop.pp
+++ b/manifests/base/laptop.pp
@@ -5,9 +5,6 @@ class nodo::base::laptop inherits nodo::base::personal {
include firewall::openvpn
class { 'firewall::ppp': }
- class { 'nodo::subsystem::fstab':
- type => 'laptop',
- }
$hibernate = hiera('nodo::laptop::hibernate', false)