Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@alexs77
Created June 26, 2017 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexs77/4eeba53c2340fba88e4b37c40c6aa1b1 to your computer and use it in GitHub Desktop.
Save alexs77/4eeba53c2340fba88e4b37c40c6aa1b1 to your computer and use it in GitHub Desktop.
chef_nginx: Could not satisfy version constraints for: windows
# Pfade definieren
cookbook_path "/opt/nginx-rp-kitchen/cookbooks"
role_path "/opt/nginx-rp-kitchen/roles"
environment_path "/opt/nginx-rp-kitchen/environments"
data_bag_path "/opt/nginx-rp-kitchen/data_bags"
data_bag_encrypt_version 2
# Wir haben keinen Chef Server
chef_zero.enabled true
local_mode true
cookbook_email "a@skwar.me"
cookbook_license "none"
ssl_verify_mode :verify_peer
# Logging
log_level :info
# Possible values: /path/to/log_location, STDOUT, STDERR, :win_evt (Windows Event Logger), or :syslog (writes to the syslog daemon facility with the originator set as chef-client). The application log will specify the source as Chef. Default value: STDOUT.
log_location "/var/log/chef.log"
{
"run_list": [ "role[ew-nginx]" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment