blob: 90d92893367df24ce1f1ceb6b0a93fc691cae302 (
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",
}
}
|