We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8d339 commit 4af785aCopy full SHA for 4af785a
cookbooks/boxcutter_init/recipes/default.rb
@@ -92,13 +92,7 @@
92
include_recipe 'fb_sysctl'
93
# HERE: networking
94
#
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
+include_recipe 'boxcutter_users::root'
102
include_recipe 'fb_users'
103
# if node.centos?
104
# # We turn this off because the override causes intermittent failures in
0 commit comments