Project

General

Profile

Actions

Feature #6618

closed

Provide a helper to indent in templates

Added by Stephen Benjamin almost 10 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Category:
Templates
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

When creating a cloud-init user data script, one may want to use the write-files directive to write out Foreman snippets, which would need to be indented. I'd like to add a helper called indent so I can do something like this:

#cloud-config
some_directive: true
foo: bar
write_files:
- path: /root/freeipa.sh
  permissions: '0755'
  content: |
<%  
  indent 4 do
    snippet "freeipa-register" 
  end
%>
Actions #1

Updated by The Foreman Bot almost 10 years ago

  • Status changed from New to Ready For Testing
  • Target version set to 1.8.0
  • Pull request https://github.com/theforeman/foreman/pull/1586 added
  • Pull request deleted ()
Actions #2

Updated by Dominic Cleal almost 10 years ago

  • Category set to Templates
  • Assignee set to Stephen Benjamin
Actions #3

Updated by Dominic Cleal over 9 years ago

  • translation missing: en.field_release set to 10
Actions #4

Updated by Anonymous over 9 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions #5

Updated by Stephen Benjamin over 9 years ago

  • Bugzilla link set to 1135973
Actions

Also available in: Atom PDF