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

Install, and setup Puppet within Vagrant #1351

Closed
jeff1evesque opened this issue Feb 9, 2015 · 2 comments
Closed

Install, and setup Puppet within Vagrant #1351

jeff1evesque opened this issue Feb 9, 2015 · 2 comments

Comments

@jeff1evesque
Copy link
Owner

After #1929 has been resolved, we will implement puppet in order to manage various configurations.

@jeff1evesque jeff1evesque changed the title Research configuration management systems Install, and setup Puppet Apr 23, 2015
@jeff1evesque jeff1evesque changed the title Install, and setup Puppet Install, and setup Puppet within Vagrant Apr 23, 2015
@jeff1evesque
Copy link
Owner Author

We need to define the following in addition to creating a default.pp:

...
  # Custom Manifest: execute puppet logic in 'default.pp'. Specifically, this
  #                  file will install, and setup various configurations.
  config.vm.provision "puppet" do |puppet|
    puppet.manifests_path = "manifests"
    puppet.manifest_file = "default.pp"
  end
...

@jeff1evesque
Copy link
Owner Author

This issue has been resolved.

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

No branches or pull requests

1 participant