From 654b0c9d106420545e8a23c0bd1735db9e63f019 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 6 Mar 2016 12:01:00 -0300 Subject: Remove references of deleted class { [ nodo::subsystem::fstab, nodo::subsystem::crypttab ]: --- manifests/base/kvm.pp | 4 ---- manifests/base/laptop.pp | 3 --- 2 files changed, 7 deletions(-) (limited to 'manifests') 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) -- cgit v1.2.3