Sha256: ce4d049157ff31c9580750d60ea2d83f2ee1a1026f0d7738234da4ae9c5ea8f9
Contents?: true
Size: 783 Bytes
Versions: 11
Compression:
Stored size: 783 Bytes
Contents
<%# name: Run OpenSCAP remediation - Script Default job_category: OpenSCAP description_format: Run OpenSCAP remediation on given host. Please note, it is not meant to be used directly. snippet: false provider_type: script kind: job_template model: JobTemplate feature: script_run_openscap_remediation template_inputs: - name: command description: Command to run on the host input_type: user required: true - name: reboot description: Indicate wether the host should be rebooted after the remediation input_type: user required: false %> <%= input('command') %> <% if truthy?(input('reboot')) -%> echo "A reboot is required to finish the remediation. The system is going to reboot now." <%= render_template('Power Action - Script Default', action: 'restart') %> <% end -%>
Version data entries
11 entries across 11 versions & 1 rubygems