Red Hat Training

A Red Hat training course is available for Red Hat Satellite

Chapter 21. Namespace: kickstart.snippet

Provides methods to create kickstart files.
Namespace: kickstart.snippet

21.1. Method: createOrUpdate

Description

Creates a snippet with the given name and contents if it does not exist. If it does exist, the existing snippet is updated.

Parameters

The following parameters are available for this method:

  • string sessionKey
  • string name
  • string contents
Returns

The following return values are available for this method:

  • struct - snippet
    • string name
    • string contents
    • string fragment - The string to include in a kickstart file that generates this snippet
    • string file - The local path to the file containing this snippet