puphpet/puphpet

View on GitHub
src/PuphpetBundle/Resources/config/vagrantfile-linode/data.yml

Summary

Maintainability
Test Coverage
target: ~

vm:
    provider:
        linode:
            token: ~
            ssh_key_name: Vagrant
            distribution: Ubuntu 16.04 LTS
            machines: []
    provision:
        puppet:
            manifests_path: puphpet/puppet/manifests
            module_path:
                - puphpet/puppet/modules
                - puphpet/puppet/manifests
            options:
                - '--verbose'
                - '--hiera_config /opt/puphpet/puppet/hiera.yaml'
    synced_folder: []
    post_up_message: ''
ssh:
    username: ~
    private_key_path: ~
    public_key_path: ~