Skip to content

Commit

Permalink
Re-worded "Ansible Automation Inside" to "Embedded Ansible" for stand…
Browse files Browse the repository at this point in the history
…ardisation
  • Loading branch information
Peter McGowan committed Jul 31, 2019
1 parent 23a1cc4 commit 6724fa4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class ManageIQ::Providers::EmbeddedAnsible::AutomationManager::ConfigurationScript < ManageIQ::Providers::EmbeddedAutomationManager::ConfigurationScript
FRIENDLY_NAME = "Ansible Automation Inside Job Template".freeze
FRIENDLY_NAME = "Embedded Ansible Job Template".freeze

include ManageIQ::Providers::EmbeddedAnsible::CrudCommon

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class ManageIQ::Providers::EmbeddedAnsible::AutomationManager::ConfigurationScriptSource < ManageIQ::Providers::EmbeddedAutomationManager::ConfigurationScriptSource
FRIENDLY_NAME = "Ansible Automation Inside Project".freeze
FRIENDLY_NAME = "Embedded Ansible Project".freeze

validates :name, :presence => true # TODO: unique within region?
validates :scm_type, :presence => true, :inclusion => { :in => %w[git] }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ManageIQ::Providers::EmbeddedAnsible::AutomationManager::Credential < Mana
EXTRA_ATTRIBUTES = {}.freeze
API_ATTRIBUTES = COMMON_ATTRIBUTES.merge(EXTRA_ATTRIBUTES).freeze

FRIENDLY_NAME = "Ansible Automation Inside Credential".freeze
FRIENDLY_NAME = "Embedded Ansible Credential".freeze

include ManageIQ::Providers::EmbeddedAnsible::CrudCommon

Expand Down

0 comments on commit 6724fa4

Please sign in to comment.