A chef repo boilerplate with custom generators
-
Copy
config/developer.example.rb
toconfig/developer.rb
-
Edit
config/developer.rb
to match your preferencesYou have to set, at least, your company short name
-
Copy your keys to
config/secrets
with the names[user].pem
and[org]-validator.pem
-
Generate a new encrypted data bag secret
$ openssl rand -base64 512 | tr -d '\r\n' > config/encrypted_data_bag_secret
-
Download your repo
$ knife download /