Skip to content

Commit

Permalink
Update server ip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific authored Jul 2, 2024
1 parent 01ced53 commit 1bf1d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/boxcutter_robot/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
include_recipe 'boxcutter_nfs::client'

node.default['fb_fstab']['mounts']['/var/nfs/general'] = {
'device' => '10.63.46.196:/var/nfs/general',
'device' => '10.63.45.196:/var/nfs/general',
'mount_point' => '/mnt/server',
'type' => 'nfs',
}
Expand Down

0 comments on commit 1bf1d22

Please sign in to comment.