##
# Example Add-on software configuration:
##

# REQUIRED PARMS

# CONFIG -> Absolute filesystem path to the Value-Add Module configuration file
CONFIG /<SomeAbsoluteFilePath>/<value-add-module.cfg>

# HELP_URL -> what path to present for 'Click on bundle for help'
HELP-URL /<SomeURLPrefix>

#   NOTE: you are also encouraged to parameterize the lines
#         to make this track your installation preferences
#	  entered via the SystemDesigner web interface that is, use:
#	    @METHOD@ to indicate ftp/http
#	    @WAYSTATION@ to dynamically point to the waystation selected
#	    @DISTRO@ to fill in the selected distribution name
#	    @VERSION@ to fill in the selected version of the distribution
#	    @ARCH@ to fill in the desired architecture
#	    @COE_VER@ to fill in LinuxCOE version

# What entries in sources.list reference this depot?

# rpm-based distros
APT-RPM = {
rpm @METHOD@@WAYSTATION@/<URLPathToAptRepository> <SomeSubDirectoryPath> <SomeAptSelection>
}

# deb-based distros
APT-DEB = {
deb @METHOD@@WAYSTATION@/<URLPathToAptRepository> <SomeSubDirectoryPath> <SomeAptSelection>
KEY: @METHOD@@WAYSTATION@/<URLPathToPackingSignKey.asc>
}

# What entries in yum.conf reference this depot?

YUM-RPM = {
[<YumRepositoryName>]
name=<SomeYumRepositoryNameString>
baseurl=@METHOD@@WAYSTATION@/<URLPathToYumRepository> <SomeSubDirectoryPath>
}

# OPTIONAL PARMS

# What are the default bundle names from the above CONFIG file
# that should be listed
# (unselectable vs. unseen if unavail for distro/ver/arch)
DEFAULT-BUNDLES = {
Bundle 1
Bundle 2
}
