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/laptop.pp | |
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/laptop.pp')
-rw-r--r-- | manifests/base/laptop.pp | 3 |
1 files changed, 0 insertions, 3 deletions
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) |