blob: e5e5498227fd277e7d668eca8f4ca7e0d6be32a8 (
plain)
| 1
2
3
4
5
6
7
8
9
 | class nodo::subsystem::modprobe {
  file { "/etc/modprobe.d/blacklist.conf":
    owner   => "root",
    group   => "root",
    mode    => 0644,
    ensure  => present,
    source  => "puppet:///modules/nodo/etc/modprobe.d/blacklist.conf",
  }
}
 |