Skip to content

Commit 4af785a

Browse files
committed
Remove feature toggle on setting root password
1 parent 3d8d339 commit 4af785a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

cookbooks/boxcutter_init/recipes/default.rb

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,7 @@
9292
include_recipe 'fb_sysctl'
9393
# HERE: networking
9494
#
95-
onepassword_list = %w{
96-
crake-nexus.org.boxcutter.net
97-
crake-nexus
98-
}
99-
if onepassword_list.include?(node['hostname'])
100-
include_recipe 'boxcutter_users::root'
101-
end
95+
include_recipe 'boxcutter_users::root'
10296
include_recipe 'fb_users'
10397
# if node.centos?
10498
# # We turn this off because the override causes intermittent failures in

0 commit comments

Comments
 (0)