class cfengine { package { cfengine: install => latest } service { "cfenvd": running => true; "cfservd": running => true; } #editfiles: # cfedit.crontab:: # { ${rootcron} # SetLine "0,30 * * * * ${cfbindir}/cfexecd -F" # AppendIfNoLineMatching ".*cfexecd.*" # } }