File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
cookbooks/boxcutter_builder/recipes Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 4242 include_recipe 'boxcutter_tailscale::default'
4343
4444 # include_recipe 'boxcutter_users::default'
45- # include_recipe 'boxcutter_docker::default'
46- #
47- # include_recipe 'boxcutter_github::runner_user'
48- # node.default['fb_users']['groups']['docker']['members'] << 'github-runner'
49- # node.default['fb_ssh']['authorized_keys_users'] << 'github-runner'
50- #
51- # node.default['fb_ssh']['authorized_keys']['github-runner']['aws-arm64-github-runner'] = \
52- # Boxcutter::OnePassword.op_read('op://Automation-Org/craft SSH Key/public key')
53- #
45+ include_recipe 'boxcutter_docker::default'
46+
47+ include_recipe 'boxcutter_github::runner_user'
48+ node . default [ 'fb_users' ] [ 'groups' ] [ 'docker' ] [ 'members' ] << 'github-runner'
49+ node . default [ 'fb_ssh' ] [ 'authorized_keys_users' ] << 'github-runner'
50+
51+ node . default [ 'fb_ssh' ] [ 'authorized_keys' ] [ 'github-runner' ] [ 'aws-arm64-github-runner' ] = \
52+ Boxcutter ::OnePassword . op_read ( 'op://Automation-Org/craft SSH Key/public key' )
53+
5454 # directory '/home/github-runner/.ssh' do
5555 # owner 'github-runner'
5656 # group 'github-runner'
You can’t perform that action at this time.
0 commit comments