stop procps messing with our protected_hardlinks setting on debian-cd hosts
[mirror/dsa-puppet.git] / modules / roles / manifests / cdbuilder.pp
diff --git a/modules/roles/manifests/cdbuilder.pp b/modules/roles/manifests/cdbuilder.pp
new file mode 100644 (file)
index 0000000..64c6928
--- /dev/null
@@ -0,0 +1,6 @@
+class roles::cdbuilder {
+  # debian-cd wants to make hardlinks to files it doesn't own; let it.
+  file { '/etc/sysctl.d/protect-links.conf':
+    ensure => absent,
+  }
+}