File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
cookbooks/boxcutter_backhaul/recipes Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 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',
You can’t perform that action at this time.
0 commit comments