Skip to content

Commit cc1d8af

Browse files
committed
Add github-runner user
1 parent c143f20 commit cc1d8af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cookbooks/boxcutter_github/recipes/runner_user.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
'action' => :add,
2626
}
2727

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
35+
2836
# node.default['fb_users']['groups']['github-runner'] = {
2937
# 'members' => ['github-runner'],
3038
# 'action' => :add,

0 commit comments

Comments
 (0)