From 3dc907900608f0178d02741adb4f2ede2de74270 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 13 Jun 2013 20:38:47 -0300 Subject: Adding nodo::subsystem::modprobe::gnokii --- manifests/subsystem/modprobe/gnokii.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 manifests/subsystem/modprobe/gnokii.pp (limited to 'manifests/subsystem') diff --git a/manifests/subsystem/modprobe/gnokii.pp b/manifests/subsystem/modprobe/gnokii.pp new file mode 100644 index 0000000..decd1ed --- /dev/null +++ b/manifests/subsystem/modprobe/gnokii.pp @@ -0,0 +1,10 @@ +# See http://wiki.gnokii.org/index.php/DKU2 +class nodo::subsystem::modprobe::gnokii { + file { '/etc/modprobe.d/phonet.conf': + ensure => present, + owner => root, + group => root, + mode => 0644, + content => "blacklist cdc_phonet\nblacklist phonet\n", + } +} -- cgit v1.2.3