Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<%#
name: Salt Run function - SSH default
name: Salt Run function - Script default
job_category: Salt-Call
description_format: Run Salt function on host
provider_type: SSH
provider_type: Script
snippet: false
template_inputs:
- name: function
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<%#
name: Salt Run state.highstate - SSH default
name: Salt Run state.highstate - Script default
job_category: Salt-Call
description_format: Run Salt state.highstate on host
feature: foreman_salt_run_state_highstate
provider_type: SSH
provider_type: Script
snippet: false
foreign_input_sets:
- template: Salt Run function - SSH default
- template: Salt Run function - Script default
exclude: function
kind: job_template
%>

<%= render_template('Salt Run function - SSH default', :function => 'state.highstate') %>
<%= render_template('Salt Run function - Script default', :function => 'state.highstate') %>
Loading