We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371d508 commit cf6e95cCopy full SHA for cf6e95c
cookbooks/boxcutter_github/recipes/runner_user.rb
@@ -25,13 +25,13 @@
25
'action' => :add,
26
}
27
28
-user 'github-runner' do
29
- uid 'github-runner'
30
- group 'github-runner'
31
- home '/home/github-runner'
32
- manage_home true
33
- shell '/bin/bash'
34
-end
+# user 'github-runner' do
+# uid 'github-runner'
+# group 'github-runner'
+# home '/home/github-runner'
+# manage_home true
+# shell '/bin/bash'
+# end
35
36
# node.default['fb_users']['groups']['github-runner'] = {
37
# 'members' => ['github-runner'],
0 commit comments