Skip to content

Commit

Permalink
Add agent config
Browse files Browse the repository at this point in the history
  • Loading branch information
alpar-t committed Dec 13, 2021
1 parent 6232e48 commit 737ed68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions comtrya/files/gpg-agent.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
default-cache-ttl 28800000
max-cache-ttl 28800000
use-standard-socket
pinentry-program /opt/homebrew/bin/pinentry-mac
3 changes: 3 additions & 0 deletions comtrya/git.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ actions:
- action: file.link
from: gpg.conf
to: {{ user.home_dir }}/.gnupg/gpg.conf
- action: file.link
from: gpg-agent.conf
to: {{ user.home_dir }}/.gnupg/gpg-agent.conf
- action: package.install
name: git
- action: package.install
Expand Down

0 comments on commit 737ed68

Please sign in to comment.