Package com.axemblr.provisionr.api.software

Examples of com.axemblr.provisionr.api.software.Repository


public class InstallRepositoriesTest {

    @Test
    public void testCreatePuppetScript() throws Exception {
        Repository repository = Repository.builder()
            .name("bigtop")
            .addEntry("deb http://bigtop.s3.amazonaws.com/releases/0.5.0/ubuntu/lucid/x86_64  bigtop contrib")
            .key("-----BEGIN PGP PUBLIC KEY BLOCK-----\n" +
                "Version: GnuPG v1.4.10 (GNU/Linux)\n" +
                "\n" +
View Full Code Here

TOP

Related Classes of com.axemblr.provisionr.api.software.Repository

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.