-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
I added this to my roles.yaml, but it doesn't seem to be working. What is the correct way to do this?
---
roles:
pe-puppet-master:
private_networks:
- {ip: '0.0.0.0', auto_network: true}
provider:
type: virtualbox
customize:
- [modifyvm, !ruby/sym id, '--memory', 4096]
provisioners:
- {type: shell, inline: 'cd /etc/yum.repos.d; wget -nc http://public-yum.oracle.com/public-yum-ol6.repo'}
- {type: hosts}
- {type: pe_bootstrap, role: !ruby/sym master}
- {type: shell, path: 'scripts/bootstrap.sh'}
- {type: puppet, manifest_file: 'vagrant.pp'}
ssh:
private_key_path: "~/.ssh/mykey_rsa"
forward_agent: true
Metadata
Metadata
Assignees
Labels
No labels