--- File[/etc/modprobe.d/blacklist-wmf-network-schedulers.conf].orig
+++ File[/etc/modprobe.d/blacklist-wmf-network-schedulers.conf]
+ mode => 0444
+ notify => ['Exec[update-initramfs]']
+ ensure => present
+ group => root
+ owner => root
Content differences:
--- /etc/modprobe.d/blacklist-wmf-network-schedulers.conf.orig
+++ /etc/modprobe.d/blacklist-wmf-network-schedulers.conf
@@ -0,0 +1,7 @@
+# wmf-network-schedulers - blacklisted kernel modules
+# This file is managed by Puppet
+#
+blacklist act_connmark
+install act_connmark /bin/true
+blacklist act_pedit
+install act_pedit /bin/true
Kmod::Blacklist[wmf-network-schedulers]
- Parameters differences:
--- Kmod::Blacklist[wmf-network-schedulers].orig
+++ Kmod::Blacklist[wmf-network-schedulers]
+ rmmod => False
+ modules => ['act_connmark', 'act_pedit']
+ ensure => present