Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support atlas boxes #41

Open
logicminds opened this issue Jun 22, 2015 · 3 comments
Open

support atlas boxes #41

logicminds opened this issue Jun 22, 2015 · 3 comments

Comments

@logicminds
Copy link

Does this plugin support the use of atlas hosted boxes? Hoping I can just use puppetlabs/centos-6.6-64-nocm as the box source instead of the full url to whatever it resolves to.

@adrienthebo
Copy link
Member

You can; just specify the full name as the box name. The box URL will only be used if it's been set and the box hasn't been downloaded.

@adrienthebo
Copy link
Member

I can definitely confirm that this works as I've done it myself:

---
vms:
  - name: proxy-client
    box: 'puppetlabs/debian-7.8-64-puppet'
    roles: ['r10k', 'proxy_client', 'private_network']
  - name: proxy-server
    box: 'puppetlabs/centos-6.6-64-nocm'
    roles: ['proxy_server', 'puppet', 'private_network']

@logicminds
Copy link
Author

Ok great, I'll send a PR with some updated docs to explain this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants