diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 16:22:27 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 16:22:27 -0200 |
commit | 16f29cb1d81136fa0a65730c2847327c3a828508 (patch) | |
tree | 1865edf7a2c214a3efc9c31d7a5a98404cec2a5e /manifests/appliance.pp | |
parent | c9fe18855805193068a55f160f4695b09f452789 (diff) | |
download | puppet-nodo-16f29cb1d81136fa0a65730c2847327c3a828508.tar.gz puppet-nodo-16f29cb1d81136fa0a65730c2847327c3a828508.tar.bz2 |
Cleanup
Diffstat (limited to 'manifests/appliance.pp')
-rw-r--r-- | manifests/appliance.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/appliance.pp b/manifests/appliance.pp index dfc0116..41a3660 100644 --- a/manifests/appliance.pp +++ b/manifests/appliance.pp @@ -1,12 +1,10 @@ class nodo::appliance inherits nodo::physical { class { 'sysctl::appliance': } - # fstab class { 'fstab': type => 'appliance', } - # crypttab class { 'crypttab': type => 'appliance', } |