Skip to content

Commit

Permalink
#1962: Vagrantfile, call 'setup_database.pp'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Jun 27, 2015
1 parent 3ab311e commit 9b63223
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ Vagrant.configure(2) do |config|
puppet.manifest_file = "install_sklearn.pp"
puppet.module_path = "puppet/modules"
end

## Custom Manifest: install, and configure SQL database
config.vm.provision "puppet" do |puppet|
puppet.manifests_path = "puppet/manifests"
puppet.manifest_file = "setup_database.pp"
puppet.module_path = "puppet/modules"
end

# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs
Expand Down

0 comments on commit 9b63223

Please sign in to comment.