| Constructor and Description |
|---|
Template(String name,
String description,
String yum,
Map<String,String> rpms,
Set<String> hosts,
Set<String> sshkeys,
Set<String> configFiles,
Set<String> directories) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getConfigFiles() |
String |
getDescription() |
Set<String> |
getDirectories() |
Set<String> |
getHosts() |
String |
getName() |
Map<String,String> |
getRpms() |
Set<String> |
getSshkeys() |
String |
getYum() |
void |
setYum(String yum) |
public Template(String name, String description, String yum, Map<String,String> rpms, Set<String> hosts, Set<String> sshkeys, Set<String> configFiles, Set<String> directories)
name - the template namedescription - the descriptionyum - the yum pathrpms - map of versionshosts - collection of hostssshkeys - collection of ssh keysconfigFiles - collection of config filesCopyright © 2014-2017 Cinovo AG. All Rights Reserved.