module ActiveScripts module Preparations class Freebsd < ActiveScripts::Preparations::Base # INFO: ActiveScripts::Preparations::Freebsd contains code that is # pertaining to the FreeBSD operating system. private def setup notify_command_todo! end def update notify_command_todo! end end end end