Skip to content

Commit

Permalink
Update lib references #27
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusztáv Varga committed Dec 5, 2016
1 parent 3e3d660 commit 26d2fe9
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 27 deletions.
4 changes: 2 additions & 2 deletions src/playground/aspnet-core/Berksfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
instance_eval(File.read(File.expand_path(File.join(File.dirname(__FILE__), '../../../lib/chef/Berksfile'))))
instance_eval(File.read(File.expand_path(File.join(File.dirname(__FILE__), '../../../lib/chef/gusztavvargadr/Berksfile'))))

local_cookbooks('../../../lib/chef/cookbooks')
local_cookbooks('../../../lib/chef/gusztavvargadr/cookbooks')
6 changes: 3 additions & 3 deletions src/playground/aspnet-core/vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ vms:
00-chef-solo:
type: chef-solo
recipes:
- gusztavvargadr_vagrant_aspnet_core::windows_1
- gusztavvargadr_aspnet_core::windows_1
01-reload:
type: reload
02-chef-solo:
type: chef-solo
recipes:
- gusztavvargadr_vagrant_aspnet_core::windows_2
- gusztavvargadr_aspnet_core::windows_2
ubuntu:
box: ubuntu/trusty64
network:
Expand All @@ -38,4 +38,4 @@ vms:
00-chef-solo:
type: chef-solo
recipes:
- gusztavvargadr_vagrant_aspnet_core::ubuntu
- gusztavvargadr_aspnet_core::ubuntu
4 changes: 2 additions & 2 deletions src/playground/octopus/Berksfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
instance_eval(File.read(File.expand_path(File.join(File.dirname(__FILE__), '../../../lib/chef/Berksfile'))))
instance_eval(File.read(File.expand_path(File.join(File.dirname(__FILE__), '../../../lib/chef/gusztavvargadr/Berksfile'))))

local_cookbooks('../../../lib/chef/cookbooks')
local_cookbooks('../../../lib/chef/gusztavvargadr/cookbooks')
10 changes: 6 additions & 4 deletions src/playground/octopus/vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ vms:
00-chef-solo:
type: chef-solo
recipes:
- gusztavvargadr_vagrant_octopus::server
- gusztavvargadr_octopus::server
attributes:
gusztavvargadr_vagrant_octopus:
gusztavvargadr_octopus:
server:
web_address: http://server.octopus.playground.vagrant.local:80/
web_username: vagrant
web_password: Vagrant42
api_key: <%= ENV['OCTOPUS_VAGRANT_API_KEY'] %>
tentacle:
box: windows2012r2se-sql2014de-iis
Expand All @@ -39,9 +41,9 @@ vms:
00-chef-solo:
type: chef-solo
recipes:
- gusztavvargadr_vagrant_octopus::tentacle
- gusztavvargadr_octopus::tentacle
attributes:
gusztavvargadr_vagrant_octopus:
gusztavvargadr_octopus:
tentacle:
server_web_address: http://server.octopus.playground.vagrant.local:80/
api_key: <%= ENV['OCTOPUS_VAGRANT_API_KEY'] %>
4 changes: 2 additions & 2 deletions src/workstations/Berksfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
instance_eval(File.read(File.expand_path(File.join(File.dirname(__FILE__), '../../lib/chef/Berksfile'))))
instance_eval(File.read(File.expand_path(File.join(File.dirname(__FILE__), '../../lib/chef/gusztavvargadr/Berksfile'))))

local_cookbooks('../../lib/chef/cookbooks')
local_cookbooks('../../lib/chef/gusztavvargadr/cookbooks')
12 changes: 6 additions & 6 deletions src/workstations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ vms:
provisioners:
10-chef-solo-windows:
attributes:
gusztavvargadr_vagrant_windows:
gusztavvargadr_windows:
features:
- TelnetClient
```
Expand All @@ -88,7 +88,7 @@ vms:
provisioners:
10-chef-solo-windows:
attributes:
gusztavvargadr_vagrant_windows:
gusztavvargadr_windows:
packages:
Redgate DLM Automation Suite:
source: https://download.red-gate.com/DLMAutomationSuite.exe
Expand All @@ -105,7 +105,7 @@ vms:
provisioners:
10-chef-solo-windows:
attributes:
gusztavvargadr_vagrant_windows:
gusztavvargadr_windows:
chocolatey_packages:
# Install the latest version of the package with the default options
nuget.commandline:
Expand All @@ -129,7 +129,7 @@ vms:
provisioners:
30-chef-solo-profiles:
attributes:
gusztavvargadr_vagrant_git:
gusztavvargadr_git:
profiles:
# Base url for all the repositories in this "profile" (you can define multiple ones)
https://github.com:
Expand All @@ -156,7 +156,7 @@ vms:
provisioners:
30-chef-solo-profiles:
attributes:
gusztavvargadr_vagrant_svn:
gusztavvargadr_svn:
profiles:
# Base url for all the repositories in this "profile" (you can define multiple ones)
http://svn.apache.org/repos:
Expand All @@ -183,7 +183,7 @@ vms:
provisioners:
30-chef-solo-profiles:
attributes:
gusztavvargadr_vagrant_nuget:
gusztavvargadr_nuget:
profiles:
# Feed url (you can define multiple ones)
https://www.myget.org/F/identity/:
Expand Down
16 changes: 8 additions & 8 deletions src/workstations/vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ vms:
10-chef-solo-windows:
type: chef-solo
recipes:
- gusztavvargadr_vagrant_windows::default
- gusztavvargadr_windows::default
attributes:
gusztavvargadr_vagrant_windows:
gusztavvargadr_windows:
chocolatey_packages:
git:
options: -params '"/GitAndUnixToolsOnPath"'
Expand All @@ -28,11 +28,11 @@ vms:
30-chef-solo-profiles:
type: chef-solo
recipes:
- gusztavvargadr_vagrant_git::default
- gusztavvargadr_vagrant_svn::default
- gusztavvargadr_vagrant_nuget::default
- gusztavvargadr_git::default
- gusztavvargadr_svn::default
- gusztavvargadr_nuget::default
attributes:
gusztavvargadr_vagrant_git:
gusztavvargadr_git:
profiles:
https://github.com:
checkout_directory_path: /Users/vagrant/Repos
Expand All @@ -43,7 +43,7 @@ vms:
provisioners:
10-chef-solo-windows:
attributes:
gusztavvargadr_vagrant_windows:
gusztavvargadr_windows:
chocolatey_packages:
webpicmd:
sql:
Expand All @@ -53,6 +53,6 @@ vms:
provisioners:
10-chef-solo-windows:
attributes:
gusztavvargadr_vagrant_windows:
gusztavvargadr_windows:
chocolatey_packages:
chefdk:

0 comments on commit 26d2fe9

Please sign in to comment.