#! /usr/sbin/cfagent -f

# this is a workaround for bug #343338

control:
   any::
   actionsequence = ( editfiles )
   EditFileSize = ( 30000 )

editfiles:
   any::
	{ ${target}/etc/discover-modprobe.conf
	  ReplaceAll "^types=.*" With "types="
	}
