diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2010-04-11 17:15:20 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2010-04-11 17:15:20 -0300 | 
| commit | 540bc4c391680c0acb5232e1d830bb9b13eabc55 (patch) | |
| tree | 7a84b055be7d6d33960339154e7400762884550a /manifests/laptop.pp | |
| parent | af9cca69e3dd50c12a415f86be99eef41e19fbc7 (diff) | |
| download | puppet-nodo-540bc4c391680c0acb5232e1d830bb9b13eabc55.tar.gz puppet-nodo-540bc4c391680c0acb5232e1d830bb9b13eabc55.tar.bz2 | |
Adding sysctl::laptop
Diffstat (limited to 'manifests/laptop.pp')
| -rw-r--r-- | manifests/laptop.pp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/manifests/laptop.pp b/manifests/laptop.pp index 9753869..5b7ecdb 100644 --- a/manifests/laptop.pp +++ b/manifests/laptop.pp @@ -1,6 +1,7 @@  class nodo::laptop inherits nodo::personal {    include utils::laptop    include modprobe::laptop +  include sysctl::laptop    # fstab    file { "/etc/fstab": | 
