Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stellarsquall/chef-fundamentals-resources
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Choose a base ref
...
head repository: stellarsquall/chef-fundamentals-resources
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 52 files changed
  • 1 contributor

Commits on Feb 25, 2019

  1. updated course title

    stellarsquall committed Feb 25, 2019
    Copy the full SHA
    c58f635 View commit details

Commits on Apr 15, 2020

  1. Copy the full SHA
    46c6272 View commit details
Showing with 53 additions and 80 deletions.
  1. +1 −1 01-5 Vagrant/1-5 Vagrant.txt
  2. +1 −1 01-6 AWS/1-6 AWS.txt
  3. +1 −1 01-8 Azure/1-8 Azure.txt
  4. +1 −1 02-3 your first recipe/2-3 Lab Your First Recipe.txt
  5. +1 −1 03-2 exploring system resources/3-2 Exploring System Resources.txt
  6. +1 −1 03-3 convergence and desired state/3-3 Convergence and Desired State.txt
  7. +1 −1 03-4 organizing resources/3-4 Organizing Resources.txt
  8. +0 −12 03-5 lab workstation/3-5 Lab: Workstation Setup Recipe.txt
  9. +1 −1 04-3 cookbook components/4-3 Cookbook Components.txt
  10. +1 −1 04-4 revision with git/4-4 Revision with Git.txt
  11. +1 −1 04-5 lab apache/4-5 Lab Deploy Apache Webserver.txt
  12. +1 −1 05-2 applying recipes/5-2 Applying Recipes and Cookbooks.txt
  13. +1 −1 05-3 include_recipe/5-3 The include_recipe Method.txt
  14. +1 −1 05-4 lab chef-client/5-4 Lab Run the chef-client.txt
  15. +0 −15 05-4 lab chef-client/5-4 Lab: Run the chef-client.txt
  16. +1 −1 06-2 node object/6-2 An Object Called Node.txt
  17. +1 −1 06-3 node attributes/6-3 Node Attributes.txt
  18. +1 −1 06-4 lab node attributes/6-4 Lab Node Attributes.txt
  19. +1 −1 07-3 Understanding ERB/7-3 Understanding ERB.txt
  20. +1 −1 07-4 Adding A Template/7-4 Adding A Template.txt
  21. +1 −1 07-5 Lab Templates/7-5 Lab Templates.txt
  22. +1 −1 08-2 cookbook_file/8-2 cookbook_file.txt
  23. +1 −1 08-3 remote_file/8-3 remote_file.txt
  24. +1 −1 08-5 user and group/8-5 user and group.txt
  25. +1 −1 08-6 notifications/8-6 notifications.txt
  26. +1 −1 09-2 explore chefdk/9-2 Exploring the ChefDK.txt
  27. +1 −1 09-3 Your Toolkit/9-3 Your Toolkit.txt
  28. +1 −1 09-5 Breaking Things/9-5 Breaking Things.txt
  29. +1 −1 09-6 Bonus Test Kitchen/9-6 Bonus Test Kitchen.txt
  30. +1 −1 09-7 Bonus ChefSpec/9-7 Bonus ChefSpec.txt
  31. +1 −1 10-4 Uploading Cookbooks/10-4 Uploading Cookbooks.txt
  32. +1 −1 10-5 Reconfigure Vagrant/10-5 Reconfigure Vagrant.txt
  33. +4 −4 10-5 Reconfigure Vagrant/Vagrantfile
  34. +1 −1 10-7 Lab Bootstrap Webserver/10-6 Lab Bootstrap a Webserver.txt
  35. +1 −1 11-3 Lab Wrapper Cookbooks/11-3 Wrapper Cookbooks.txt
  36. +1 −1 11-5 Berkshelf/11-5 Berkshelf.txt
  37. +1 −1 11-6 Lab Deploy LB/11-6 Lab Deploy a Webserver.txt
  38. +1 −1 12-3 Lab Add Web2/12-3 Bootstrap Web2.txt
  39. +1 −1 12-4 Verify with Knife/12-4 Verify Node Data with Knife.txt
  40. +1 −1 12-5 Bonus Chef-Client/12-5 Bonus Run the chef-client on a Schedule.txt
  41. +1 −1 13-3 Creating Roles/13-3 Methods for Creating Roles.txt
  42. +1 −1 13-4 Lab Load Balancer Role/13-4 Lab Create the Load Balancer Role.txt
  43. +1 −1 13-5 Knife SSH/13-5 Converge Using knife ssh.txt
  44. +1 −1 14-3 Knife Search/14-3 Running Searches with knife.txt
  45. +1 −1 14-5 Lab Test LB/14-5 Lab Testing the Dynamic Load Balancer.txt
  46. +1 −1 15-3 Creating Environments/15-3 Creating and Managing Environments.txt
  47. +1 −1 15-4 Lab Acceptance Env/15-4 Lab Acceptance Environment.txt
  48. +1 −1 15-5 Refine LB/15-5 Refine the Load Balancer.txt
  49. +1 −1 16-3 Using Data Bags/16-3 Using Data Bags.txt
  50. +1 −1 16-4 Users and Groups/16-4 Users and Groups from Data Bags.txt
  51. +1 −1 16-5 Lab Data Bags/16-5 Lab Managing Data Bags.txt
  52. +1 −1 16-6 Encrypting Secrets/16-6 Encrypting Secrets.txt
2 changes: 1 addition & 1 deletion 01-5 Vagrant/1-5 Vagrant.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 1-5 Configuring Your Development Environment - Vagrant and VirtualBox
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course

# run these commands to ensure you're setup properly.
# Commands are demonstrated on a MacOS terminal. If on a Windows machine, commands
2 changes: 1 addition & 1 deletion 01-6 AWS/1-6 AWS.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 1-6 Configuring Your Development Environment - Amazon EC2
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course

# run these commands to ensure you're setup properly.
# Commands are demonstrated on a MacOS terminal. If on a Windows machine, commands
2 changes: 1 addition & 1 deletion 01-8 Azure/1-8 Azure.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 1-8 Configuring Your Development Environment - Microsoft Azure
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course

# run these commands to ensure you're setup properly.
# Commands are demonstrated on a MacOS terminal. If on a Windows machine, commands
2 changes: 1 addition & 1 deletion 02-3 your first recipe/2-3 Lab Your First Recipe.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 2-3 Lab: Your First Recipe!
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor
# run these commands from your vagrant or cloud CentOS 7 instance

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 3-2 Exploring System Resources
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor
# run these commands from your vagrant or cloud CentOS 7 instance

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 3-3 Convergence and Desired State commands
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor
# run these commands from your vagrant or cloud CentOS 7 instance

2 changes: 1 addition & 1 deletion 03-4 organizing resources/3-4 Organizing Resources.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 3-4 Organizing Resources
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# run these commands from your vagrant or cloud CentOS 7 instance

cd ~
12 changes: 0 additions & 12 deletions 03-5 lab workstation/3-5 Lab: Workstation Setup Recipe.txt

This file was deleted.

2 changes: 1 addition & 1 deletion 04-3 cookbook components/4-3 Cookbook Components.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 4-3 Cookbook Components
# commands that involve editing files assume nano as the text editor
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# run these commands from your vagrant or cloud CentOS 7 instance

cd ~
2 changes: 1 addition & 1 deletion 04-4 revision with git/4-4 Revision with Git.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 4-4 Revision with Git
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor
# run these commands from your vagrant or cloud CentOS 7 instance

2 changes: 1 addition & 1 deletion 04-5 lab apache/4-5 Lab Deploy Apache Webserver.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 4-5 Lab: Deploy Apache Webserver
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor
# run these commands from your vagrant or cloud CentOS 7 instance

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 5-2 Applying Recipes and Cookbooks
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor
# run these commands from your vagrant or cloud CentOS 7 instance

2 changes: 1 addition & 1 deletion 05-3 include_recipe/5-3 The include_recipe Method.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 5-3 The include_recipe Method
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor
# run these commands from your vagrant or cloud CentOS 7 instance

2 changes: 1 addition & 1 deletion 05-4 lab chef-client/5-4 Lab Run the chef-client.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 5-4 Lab: Run the chef-client
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor
# run these commands from your vagrant or cloud CentOS 7 instance

15 changes: 0 additions & 15 deletions 05-4 lab chef-client/5-4 Lab: Run the chef-client.txt

This file was deleted.

2 changes: 1 addition & 1 deletion 06-2 node object/6-2 An Object Called Node.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 6-2 An Object Called Node
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor
# run these commands from your vagrant or cloud CentOS 7 instance

2 changes: 1 addition & 1 deletion 06-3 node attributes/6-3 Node Attributes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 6-3 Node Attributes
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor
# run these commands from your vagrant or cloud CentOS 7 instance

2 changes: 1 addition & 1 deletion 06-4 lab node attributes/6-4 Lab Node Attributes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 6-4 Lab: Node Attributes
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor
# run these commands from your vagrant or cloud CentOS 7 instance

2 changes: 1 addition & 1 deletion 07-3 Understanding ERB/7-3 Understanding ERB.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 7-3 Understanding ERB
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor
# run these commands from your vagrant or cloud CentOS 7 instance

2 changes: 1 addition & 1 deletion 07-4 Adding A Template/7-4 Adding A Template.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 7-4 Adding A Template
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor
# run these commands from your vagrant or cloud CentOS 7 instance

2 changes: 1 addition & 1 deletion 07-5 Lab Templates/7-5 Lab Templates.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 7-5 Lab Templates
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor
# run these commands from your vagrant or cloud CentOS 7 instance

2 changes: 1 addition & 1 deletion 08-2 cookbook_file/8-2 cookbook_file.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 8-2 cookbook_file
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor
# run these commands from your vagrant or cloud CentOS 7 instance

2 changes: 1 addition & 1 deletion 08-3 remote_file/8-3 remote_file.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 8-3 remote_file
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor
# run these commands from your vagrant or cloud CentOS 7 instance

2 changes: 1 addition & 1 deletion 08-5 user and group/8-5 user and group.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 8-5 user and group
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor
# run these commands from your vagrant or cloud CentOS 7 instance

2 changes: 1 addition & 1 deletion 08-6 notifications/8-6 notifications.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 8-6 notifications
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor
# run these commands from your vagrant or cloud CentOS 7 instance

2 changes: 1 addition & 1 deletion 09-2 explore chefdk/9-2 Exploring the ChefDK.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 9-2 Exploring the ChefDK
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands from your vagrant or cloud CentOS 7 instance after logging in with 'vagrant ssh'
2 changes: 1 addition & 1 deletion 09-3 Your Toolkit/9-3 Your Toolkit.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 9-3 Your Toolkit
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands from your vagrant or cloud CentOS 7 instance after logging in with 'vagrant ssh'
2 changes: 1 addition & 1 deletion 09-5 Breaking Things/9-5 Breaking Things.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 9-5 Breaking Things
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands from your vagrant or cloud CentOS 7 instance after logging in with 'vagrant ssh'
2 changes: 1 addition & 1 deletion 09-6 Bonus Test Kitchen/9-6 Bonus Test Kitchen.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 9-6 Bonus: Test Kitchen
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# these commands are run from the LOCAL machine.
2 changes: 1 addition & 1 deletion 09-7 Bonus ChefSpec/9-7 Bonus ChefSpec.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 9-7 Bonus: ChefSpec
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# these commands are run from the LOCAL machine.
2 changes: 1 addition & 1 deletion 10-4 Uploading Cookbooks/10-4 Uploading Cookbooks.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 10-4 Uploading Cookbooks
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands on your local machine after configuring the ~/chef-repo directory
2 changes: 1 addition & 1 deletion 10-5 Reconfigure Vagrant/10-5 Reconfigure Vagrant.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 10-5 Reconfigure Vagrant
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands on your local machine after copying new Vagrantfile to ~/chef-repo
8 changes: 4 additions & 4 deletions 10-5 Reconfigure Vagrant/Vagrantfile
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ Vagrant.configure(2) do |config|
config.vm.define 'web1' do |n|
n.vm.box = 'bento/centos-7.2'
n.vm.box_url = 'https://vagrantcloud.com/bento/boxes/centos-7.2'
n.vm.box_version = '2.2.9'
n.vm.box_version = '2.3.1'
n.vm.hostname = 'web1'
n.vm.network :private_network, ip: '192.168.10.43', nic_type: "virtio"
n.vm.provision :shell, inline: NODE_SCRIPT.dup
@@ -33,7 +33,7 @@ Vagrant.configure(2) do |config|
config.vm.define 'web2' do |n|
n.vm.box = 'bento/centos-7.2'
n.vm.box_url = 'https://vagrantcloud.com/bento/boxes/centos-7.2'
n.vm.box_version = '2.2.9'
n.vm.box_version = '2.3.1'
n.vm.hostname = 'web2'
n.vm.network :private_network, ip: '192.168.10.44', nic_type: "virtio"
n.vm.provision :shell, inline: NODE_SCRIPT.dup
@@ -43,11 +43,11 @@ Vagrant.configure(2) do |config|
config.vm.define 'load-balancer' do |n|
n.vm.box = 'bento/centos-7.2'
n.vm.box_url = 'https://vagrantcloud.com/bento/boxes/centos-7.2'
n.vm.box_version = '2.2.9'
n.vm.box_version = '2.3.1'
n.vm.hostname = 'load-balancer'
n.vm.network "forwarded_port", guest: 80, host: 9000
n.vm.provision :shell, inline: NODE_SCRIPT.dup
set_hostname(n)
end

end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 10-6 Lab: Bootstrap a Webserver
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands on your local machine after copying new Vagrantfile to ~/chef-repo and running 'vagrant up'
2 changes: 1 addition & 1 deletion 11-3 Lab Wrapper Cookbooks/11-3 Wrapper Cookbooks.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 11-3 Wrapper Cookbooks
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands on your local machine after copying new Vagrantfile to ~/chef-repo and running 'vagrant up'
2 changes: 1 addition & 1 deletion 11-5 Berkshelf/11-5 Berkshelf.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 11-5 Berkshelf
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands on your local machine after copying new Vagrantfile to ~/chef-repo and running 'vagrant up'
2 changes: 1 addition & 1 deletion 11-6 Lab Deploy LB/11-6 Lab Deploy a Webserver.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 11-6 Lab: Deploy the Load balancer
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands on your local machine after copying new Vagrantfile to ~/chef-repo and running 'vagrant up'
2 changes: 1 addition & 1 deletion 12-3 Lab Add Web2/12-3 Bootstrap Web2.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 12-3 Bootstrap Web2 and Update Load Balancer
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands on your local machine after copying new Vagrantfile to ~/chef-repo and running 'vagrant up'
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 12-4 Verify Node Data with Knife
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands on your local machine after copying new Vagrantfile to ~/chef-repo and running 'vagrant up'
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 12-5 Bonus: Run the chef-client on a Schedule
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands on your local machine after copying new Vagrantfile to ~/chef-repo and running 'vagrant up'
2 changes: 1 addition & 1 deletion 13-3 Creating Roles/13-3 Methods for Creating Roles.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 13-3 Methods for Creating Roles
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands on your local machine after copying new Vagrantfile to ~/chef-repo and running 'vagrant up'
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 13-4 Lab: Create the Load Balancer Role
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands on your local machine after copying new Vagrantfile to ~/chef-repo and running 'vagrant up'
2 changes: 1 addition & 1 deletion 13-5 Knife SSH/13-5 Converge Using knife ssh.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 13-5 Converge Using knife ssh
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands on your local machine after copying new Vagrantfile to ~/chef-repo and running 'vagrant up'
2 changes: 1 addition & 1 deletion 14-3 Knife Search/14-3 Running Searches with knife.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 14-3 Running Searches with knife
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands on your local machine after copying new Vagrantfile to ~/chef-repo and running 'vagrant up'
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 14-5 Lab: Testing the Dynamic Load Balancer
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands on your local machine after copying new Vagrantfile to ~/chef-repo and running 'vagrant up'
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 15-3 Creating and Managing Environments
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands on your local machine after copying new Vagrantfile to ~/chef-repo and running 'vagrant up'
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 15-4 Lab: Assign web2 to an Acceptance Environment
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands on your local machine after copying new Vagrantfile to ~/chef-repo and running 'vagrant up'
2 changes: 1 addition & 1 deletion 15-5 Refine LB/15-5 Refine the Load Balancer.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 15-5 Refine the Load Balancer
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands on your local machine after copying new Vagrantfile to ~/chef-repo and running 'vagrant up'
2 changes: 1 addition & 1 deletion 16-3 Using Data Bags/16-3 Using Data Bags.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 16-3 Using Data Bags
# this command list is provided to accompany the demos in the Chef Fundamentals Udemy course
# this command list is provided to accompany the demos in the Chef Fundamentals course
# commands that involve editing files assume nano as the text editor

# run these commands on your local machine after copying new Vagrantfile to ~/chef-repo and running 'vagrant up'
Loading