module ForemanChef
Constants
- VERSION
Public Class Methods
table_name_prefix()
click to toggle source
# File lib/foreman_chef/engine.rb, line 104 def self.table_name_prefix "foreman_chef_" end
with_remote_execution?()
click to toggle source
check whether foreman_remote_execution to integrate is available in the system
# File lib/foreman_chef/engine.rb, line 113 def self.with_remote_execution? (RemoteExecutionFeature rescue false) ? true : false end
Public Instance Methods
use_relative_model_naming()
click to toggle source
# File lib/foreman_chef/engine.rb, line 108 def use_relative_model_naming true end