diff options
Diffstat (limited to 'manifests/subsystems/sysctl.pp')
-rw-r--r-- | manifests/subsystems/sysctl.pp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/subsystems/sysctl.pp b/manifests/subsystems/sysctl.pp index 3bd028c..7dfb875 100644 --- a/manifests/subsystems/sysctl.pp +++ b/manifests/subsystems/sysctl.pp @@ -14,3 +14,13 @@ class sysctl { refreshonly => true, } } + +class sysctl::laptop { + file { "/etc/sysctl.d/madwifi.conf": + owner => "root", + group => "root", + mode => 0644, + ensure => present, + source => "puppet://$server/modules/nodo/etc/sysctl.d/madwifi.conf", + } +} |