Skip to content

Commit 7b6108d

Browse files
committed
Fix incorrect repo parameters
1 parent 42c02c2 commit 7b6108d

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

cookbooks/boxcutter_backhaul/recipes/default.rb

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,15 @@
7070
node.default['boxcutter_tailscale']['tags'] = ['chef']
7171
include_recipe 'boxcutter_tailscale::default'
7272

73-
node.default['boxcutter_sonatype']['nexus_repository'] = {
74-
'repositories' => {},
75-
'blobstores' => {
76-
's3-blob-store' => {
77-
'name' => 's3-blob-store',
78-
'type' => 's3',
79-
'bucket_region' => 'us-west-2',
80-
'bucket_name' => 'boxcutter-acceptance-blobstore-sandbox-uswest2',
81-
},
73+
node.default['boxcutter_sonatype']['nexus_repository']['blobstores'] = {
74+
's3-blob-store' => {
75+
'name' => 's3-blob-store',
76+
'type' => 's3',
77+
'bucket_region' => 'us-west-2',
78+
'bucket_name' => 'boxcutter-acceptance-blobstore-sandbox-uswest2',
8279
},
8380
}
81+
node.default['boxcutter_sonatype']['nexus_repository']['repositories'] = {}
8482
# node.default['boxcutter_sonatype']['nexus_repository']['repositories'] = {
8583
# 'ros-apt-proxy' => {
8684
# 'name' => 'ros-apt-proxy',

0 commit comments

Comments
 (0)