Skip to content

Commit

Permalink
chore(jenkins-master): use Packer build name as Chef environment
Browse files Browse the repository at this point in the history
  • Loading branch information
grv87 committed Apr 22, 2018
1 parent 6cc4e1d commit baa9e05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/packer/instances/JenkinsMaster.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,11 @@
"data_bags_path": "{{ user `chef_dir` }}/data_bags",
"encrypted_data_bag_secret_path": "{{ user `encrypted_data_bag_secret` }}",
"environments_path": "{{ user `chef_dir` }}/environments",
"chef_environment": "production",
"override": {
"production": {
"chef_environment": "production"
}
},
"run_list": [
"recipe[fidata-jenkins-master::default]"
]
Expand Down

0 comments on commit baa9e05

Please sign in to comment.