Ejemplo n.º 1
0
def bootstrap(with_manual_approvals):
    """
    Bootstrap the puppet account.  This will create the AWS CodeCommit repo containing the config and it will also
    create the AWS CodePipeline that will run the solution.

    :param with_manual_approvals: Boolean to specify whether there should be manual approvals before provisioning occurs
    """
    cli_commands.bootstrap(with_manual_approvals)
Ejemplo n.º 2
0
def bootstrap(with_manual_approvals):
    cli_commands.bootstrap(with_manual_approvals)
Ejemplo n.º 3
0
def bootstrap():
    cli_commands.bootstrap()