Class representing a single Puppet Module. Clones a Puppet module to /etc/puppet/modules.
Typical usage is:
...
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstallModuleFromGit
public InstallModuleFromGit(String module,
URI url)
- To clone the master branch of module from a repository located at
url.
- Parameters:
module - url -
InstallModuleFromGit
public InstallModuleFromGit(String module,
URI url,
@Nullable
String vcsBranch)
functionDependencies
public Iterable<String> functionDependencies(org.jclouds.scriptbuilder.domain.OsFamily arg0)
- Specified by:
functionDependencies in interface org.jclouds.scriptbuilder.domain.Statement
render
public String render(org.jclouds.scriptbuilder.domain.OsFamily arg0)
- Specified by:
render in interface org.jclouds.scriptbuilder.domain.Statement
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.