From: Silvio Rhatto Date: Sun, 6 Mar 2016 15:01:00 +0000 (-0300) Subject: Remove references of deleted class { [ nodo::subsystem::fstab, nodo::subsystem::crypt... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=654b0c9d106420545e8a23c0bd1735db9e63f019;p=puppet-nodo.git Remove references of deleted class { [ nodo::subsystem::fstab, nodo::subsystem::crypttab ]: --- 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)