Deploy with Chef
Prerequisites
Cookbook Structure
cookbooks/
└── linuxguard/
├── metadata.rb # Cookbook name, version, description
├── attributes/
│ └── default.rb # Default attribute values
└── recipes/
└── default.rb # Install, enable, enrollStep 1: Create the chef-vault Item
Step 2: Create the Cookbook Files
metadata.rb
attributes/default.rb
recipes/default.rb
Step 3: Add the Cookbook to a Run List
Verifying the Deployment
Last updated
Was this helpful?