Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Configuration Management Tool » Repo: How to setup Chef Repository
  • Featured image 3
    How to add a device to your Microsoft Account Microsoft Exchange/Office/365
  • a Multiple SPF Records  Issues and Examples@2x
    How to setup SPF and TXT Records in AWS AWS/Azure/OpenShift
  • Featured image batch file.
    Retrieve Recent Windows Update: How to create batch script files Scripts
  • GPO Blocked Downloads 3
    How to Block downloads on Microsoft Edge using GPO on Windows Server 2019 and 2022 Windows
  • powershell01 3
    How to install and Update Azure PowerShell on your Windows PC AWS/Azure/OpenShift
  • ansiblebanner
    Install and configure Ansible on Azure Virtual Machine Configuration Management Tool
  • Screenshot 2022 04 02 at 22.17.10
    How to Install Kubectl on Windows 11 Windows
  • Leave Slack
    How to remove a user from a Slack Channel JIRA|Confluence|Apps

Repo: How to setup Chef Repository

Posted on 14/12/201826/09/2023 Christian By Christian No Comments on Repo: How to setup Chef Repository
Chef

As discussed in https://techdirectarchive.com/2018/12/14/get-started-with-opsworks-for-chef-automate/ 
It is recommended to placed in Git of any of the VCS your cookbooks etc.

A Chef repository contains several directories. Each directory in the StarterKit contains a README file that describes the directory’s purpose, and how to use it for managing your systems with Chef. There are two ways to get cookbooks installed on your Chef server. Either by using the,
– knife commands, or
– Berkshelf commands. 

Create a directory on your local PC for storing cookbooks similar to the Chef-repo

  • Create a directory on yourlocal computer for storing cookbooks, such as chef-repo. After you addcookbooks, roles, and other files to this repository, we recommend that youupload or store it in a secure, versioned system, such as AWS CodeCommit, Git,or Amazon S3.
  • In the chef-repo directory, create the following three directories, as shown in the Starter Kit:
    1. cookbooks/ – Stores cookbooks that you download or create.
    2. roles/ – Stores rolesin .rb or .json formats.
    3. environments/ – Stores environments in .rb or .json formats
Setup
Picture1 2

Use-Case 1
However, Use Berkshelf to get Cookbooks from the Chef Supermarket:

Berkshelf is a tool for managing cookbooks and their dependencies. It downloads a specified cookbook into your local storage, which is called the Berkshelf. Moreover, You can specify which cookbooks and versions to use with your Chef server and upload them.

First: Let’s try this very basic example.
Step 1: Navigate to Chef supermarket https://supermarket.chef.io/ and search for Google Chrome and Firefox.

Furthermore, locate the Berksfile as shown below and add the Firefox and Google Chrome codebooks as shown below. This ensures the cookbooks are downloaded and stored locally.

Locate the path where you have the starter kit downloaded to, mine is 

C:UsersyournameChefAutomatechef-automateserver
Repository
Picture1 4

Additionally, Let’s modify the Berksfile and add the cookbooks for Firefox and chrome gotten from the Chef Supermarket.

Configuration

Step 2: Download and install the cookbooks on your local Computer
– Launch the Chef Dk Client (PowerShell)

Nevertheless, Navigate to the Chef local Repository from the Chef Dk terminal otherwise this will not work if you are in a different directory. Therefore, See the image below and run the command. See screenshoot below for the Repo content.

Chef
Screenshot 2018 12 14 at 09.01.53

Step 3: Upload this cookbook to Chef Server

Consequently, This is different from how it works on Linux than on Windows.
See link: https://docs.aws.amazon.com/opsworks/latest/userguide/opscm-starterkit.html

Nonetheless, For Windows, Ensure the Execution Policy in PowerShell is set to RemoteSigned. Similarly, The execution policy ensures you can load configuration files and determine which script, if any, must be digitally signed. See the image below on how to set the execution policy to RemoteSigned.

Picture1 6
Picture1 6

See https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-6


This simply restricts us from running unsigned PowerShell scripts downloaded from the Internet.

Run berksinstall
Picture1 7
Picture1 7

Otherwise, you wouldn’t be able to upload your cookbooks. Moreover, Verify if this is installed by running the command below in the console.

berks –version

Next run the command below to add the SSL Cert file.

$env:SSL_CERT_FILE="ca_certsopsworks-cm-ca-2016-root.pem"

However, Then run berks upload to upload to the Chef Server

'berks upload'

Furthermore, remove the SSL Cert File

Remove-Item Env:SSL_CERT_FILE

To verify that this worked, simply run the command “knife cookbook list” as shown below

Picture1 8
Picture1 8

https://docs.aws.amazon.com/opsworks/latest/userguide/welcome_opscm.html

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Configuration Management Tool Tags:AWS, Repository

Post navigation

Previous Post: Get Started with OpsWorks for Chef Automate
Next Post: Chef – Node Bootstrapping

Related Posts

  • ansible logo600 591x296 1 1
    Ansible error: Server unreachable, ssl: auth method ssl requires a password Configuration Management Tool
  • Chefconf Poster Desktop Chef 1280x1024 1
    Chef – Node Bootstrapping Configuration Management Tool
  • Implement Azure Bicep
    How to Deploy Azure Resources Using Azure Bicep Automation
  • Groovy
    How to install Groovy on Linux and Windows Configuration Management Tool
  • How to download install and use Kitty SSH Client on Windows
    How to Download and Use KiTTY SSH Client on Windows Configuration Management Tool
  • sonarlite
    How to Setup SonarLint in VS Code for Your App Project Configuration Management Tool

More Related Articles

ansible logo600 591x296 1 1 Ansible error: Server unreachable, ssl: auth method ssl requires a password Configuration Management Tool
Chefconf Poster Desktop Chef 1280x1024 1 Chef – Node Bootstrapping Configuration Management Tool
Implement Azure Bicep How to Deploy Azure Resources Using Azure Bicep Automation
Groovy How to install Groovy on Linux and Windows Configuration Management Tool
How to download install and use Kitty SSH Client on Windows How to Download and Use KiTTY SSH Client on Windows Configuration Management Tool
sonarlite How to Setup SonarLint in VS Code for Your App Project Configuration Management Tool

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • Featured image 3
    How to add a device to your Microsoft Account Microsoft Exchange/Office/365
  • a Multiple SPF Records  Issues and Examples@2x
    How to setup SPF and TXT Records in AWS AWS/Azure/OpenShift
  • Featured image batch file.
    Retrieve Recent Windows Update: How to create batch script files Scripts
  • GPO Blocked Downloads 3
    How to Block downloads on Microsoft Edge using GPO on Windows Server 2019 and 2022 Windows
  • powershell01 3
    How to install and Update Azure PowerShell on your Windows PC AWS/Azure/OpenShift
  • ansiblebanner
    Install and configure Ansible on Azure Virtual Machine Configuration Management Tool
  • Screenshot 2022 04 02 at 22.17.10
    How to Install Kubectl on Windows 11 Windows
  • Leave Slack
    How to remove a user from a Slack Channel JIRA|Confluence|Apps

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,825 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.