aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/modprobe/gnokii.pp
blob: decd1ed179fd9aee157036e04a2feb147315bb8a (plain)
1
2
3
4
5
6
7
8
9
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",
  }
}