aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/modprobe/gnokii.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/modprobe/gnokii.pp')
-rw-r--r--manifests/subsystem/modprobe/gnokii.pp10
1 files changed, 0 insertions, 10 deletions
diff --git a/manifests/subsystem/modprobe/gnokii.pp b/manifests/subsystem/modprobe/gnokii.pp
deleted file mode 100644
index decd1ed..0000000
--- a/manifests/subsystem/modprobe/gnokii.pp
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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",
- }
-}