#! /usr/bin/cfengine

control:
   OutputPrefix = ("cfengine")
   actionsequence  = ( editfiles )

editfiles:
   any::
	{ ${target}/etc/auto.scratch
	AppendIfNoSuchLine "debmirror       -ro,soft,intr   atom00:/files/scratch/debmirror"
#	AppendIfNoSuchLine "backup1         -rw,soft,intr   atom00:/files/backup1"
#	AppendIfNoSuchLine "backup2         -rw,soft,intr   atom00:/files/backup2"
}
