org.apache.whirr.service.puppet.statements
Class CreateSitePpAndApplyRoles

java.lang.Object
  extended by org.apache.whirr.service.puppet.statements.CreateSitePpAndApplyRoles
All Implemented Interfaces:
org.jclouds.scriptbuilder.domain.Statement

public class CreateSitePpAndApplyRoles
extends Object
implements org.jclouds.scriptbuilder.domain.Statement


Constructor Summary
CreateSitePpAndApplyRoles(Iterable<String> roles, Iterable<Cluster.Instance> instances, org.apache.commons.configuration.Configuration config)
           
 
Method Summary
 Iterable<String> functionDependencies(org.jclouds.scriptbuilder.domain.OsFamily arg0)
           
 String render(org.jclouds.scriptbuilder.domain.OsFamily arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateSitePpAndApplyRoles

public CreateSitePpAndApplyRoles(Iterable<String> roles,
                                 Iterable<Cluster.Instance> instances,
                                 org.apache.commons.configuration.Configuration config)
Method Detail

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-2013 The Apache Software Foundation. All Rights Reserved.