Bitcoin (Core) cookbook #121
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -95,7 +95,7 @@ Vagrant.configure(2) do |config|
|
|||||||
chef.environment = 'development'
|
chef.environment = 'development'
|
||||||
chef.add_recipe 'kosmos-base'
|
chef.add_recipe 'kosmos-base'
|
||||||
chef.add_recipe 'kosmos_encfs'
|
chef.add_recipe 'kosmos_encfs'
|
||||||
# chef.add_recipe 'kosmos-bitcoin::snapd'
|
# chef.add_recipe 'kosmos-bitcoin::source'
|
||||||
|
|
|||||||
# chef.add_recipe 'kosmos-mediawiki'
|
# chef.add_recipe 'kosmos-mediawiki'
|
||||||
# chef.add_recipe 'kosmos-wordpress'
|
# chef.add_recipe 'kosmos-wordpress'
|
||||||
# chef.add_recipe 'kosmos-ejabberd'
|
# chef.add_recipe 'kosmos-ejabberd'
|
||||||
|
|||||||
Reference in New Issue
Block a user
I don't think that should have been checked in
Why not? It's commented, so you can uncomment it to easily run the recipe locally. Same as all the other commented recipes.