diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-06 12:01:00 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-06 12:01:00 -0300 | 
| commit | 654b0c9d106420545e8a23c0bd1735db9e63f019 (patch) | |
| tree | c88605fc6cc62cdddebde859786645edaf3b41c4 /manifests/base | |
| parent | 485d3ddd42073dea1582fa2dd0f2afa05aac8bc5 (diff) | |
| download | puppet-nodo-654b0c9d106420545e8a23c0bd1735db9e63f019.tar.gz puppet-nodo-654b0c9d106420545e8a23c0bd1735db9e63f019.tar.bz2  | |
Remove references of deleted class { [ nodo::subsystem::fstab, nodo::subsystem::crypttab ]:
Diffstat (limited to 'manifests/base')
| -rw-r--r-- | manifests/base/kvm.pp | 4 | ||||
| -rw-r--r-- | manifests/base/laptop.pp | 3 | 
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)  | 
