Skip to content

Commit

Permalink
move chef files
Browse files Browse the repository at this point in the history
  • Loading branch information
duck1123 committed Oct 4, 2015
1 parent 6a35926 commit dffb103
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 19 deletions.
21 changes: 5 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,37 +1,26 @@
*.log
.classpath
.clojurescript-output
.gems
.lein*
.kitchen
.project
.repl
.sass-cache
.settings
.vagrant
autodoc

certs
checkouts*
classes
config.clj
cookbooks
data
doc
docs
dump
gems
init-script
lib
logs
newrelic
node_modules
out
pom.xml
target
tmp
repl
.repl
reset.sh
resources/public/vendor
deps.txt
.kitchen/
.kitchen.local.yml
chef/cookbooks/
chef/tmp/
/tmp/
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# config.vm.provision "shell", name: "base", path: "vagrant/provision.sh"

config.vm.provision :chef_solo do |chef|
chef.cookbooks_path = ["chef/site-cookbooks", "chef/cookbooks"]
chef.roles_path = "chef/roles"
chef.data_bags_path = "chef/data_bags"
chef.cookbooks_path = ["site-cookbooks", "cookbooks"]
chef.roles_path = "roles"
chef.data_bags_path = "data_bags"

chef.add_recipe 'mongodb'
chef.add_recipe 'java'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dffb103

Please sign in to comment.