Vito Laurenza
Vito Laurenza
### Cookbook version 2.4.1 ### Chef-client version 12.4.3 ### Platform Details CentOS 6.6 ### Scenario: ``` jenkins_private_key_credentials 'jenkins-ssh-key' do description 'Stash credentials for Jenkins (SSH private key)' username vault_data['jenkins-ssh-user'] private_key...
Add a ['mongodb3']['package']['configure_repo'] attribute to allow control of whether or not to configure the package repo. In some environments, a machine might not have access to external repos and may...
Based on the API documentation for retrieving user keys: https://docs.chef.io/api_chef_server.html#id12 It would seem to me that `get_key` should be using the root-scoped v1 API instead of the org-scoped one that's...