app/helpers/foreman_salt/salt_plugin_helper.rb



# frozen_string_literal: true

module ForemanSalt
  # General helper functions for foreman_salt
  module SaltPluginHelper
    def salt_doc_url
      'https://docs.theforeman.org/nightly/Managing_Configurations_Salt/index-foreman-el.html'
    end
  end
end