Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Jul 1, 2024
1 parent 3acf3bf commit 82ba9cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/boxcutter_backhaul/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

nfs_server_hosts = %w(
nfs_server_hosts = %w{
nfs-server-centos-stream-9
nfs-server-ubuntu-2204
).include?(node['hostname'])
}.include?(node['hostname'])

if nfs_server_hosts
node.default['fb_iptables']['filter']['INPUT']['rules']['nfs server'] = {
Expand Down

0 comments on commit 82ba9cd

Please sign in to comment.