Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default keyring path for aptly mirror resource #49

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

gfrntz
Copy link

@gfrntz gfrntz commented Apr 12, 2017

If you don't set keyring aptly can't mirror repo because it trying to find keyrings in aptly home dir. This pull request fix it.

uid => $aptly::uid,
gid => $aptly::group,
shell => '/bin/bash',
managehome => true
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing a comma at the end of this line

Copy link
Contributor

@aerostitch aerostitch May 9, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding that option should be an option (the shell should have been one too). Have service accounts with a home directory is not really a best practice IMO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants