aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/subsystem/modprobe/gnokii.pp10
1 files changed, 10 insertions, 0 deletions
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",
+ }
+}