def load_notification file
      @notifications = load_all('notifications') unless not @notifications.nil?
      raise Exceptions::InvalidNotification unless @notifications.include? file
      Puppi::Files::Notification.new(YAML.load(File.read("#{Puppi::puppidir}/notifications/#{file}.yml")))