stop procps messing with our protected_hardlinks setting on debian-cd hosts
[mirror/dsa-puppet.git] / modules / roles / manifests / cdbuilder.pp
1 class roles::cdbuilder {
2   # debian-cd wants to make hardlinks to files it doesn't own; let it.
3   file { '/etc/sysctl.d/protect-links.conf':
4     ensure => absent,
5   }
6 }