From 1bf1d22469e729662c72b80abedbf71fdb632ec8 Mon Sep 17 00:00:00 2001 From: Mischa Taylor <57647141+taylorific@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:30:38 -0400 Subject: [PATCH] Update server ip --- cookbooks/boxcutter_robot/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/boxcutter_robot/recipes/default.rb b/cookbooks/boxcutter_robot/recipes/default.rb index ed8c2b9..6db2635 100644 --- a/cookbooks/boxcutter_robot/recipes/default.rb +++ b/cookbooks/boxcutter_robot/recipes/default.rb @@ -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', }