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

allowing authorized_keys_file to be set for a user #28

Merged
merged 2 commits into from
Feb 2, 2016
Merged

allowing authorized_keys_file to be set for a user #28

merged 2 commits into from
Feb 2, 2016

Conversation

fennnec
Copy link

@fennnec fennnec commented Sep 10, 2015

this allows to set the location of the authorized_keys file when is not in it's default location

@@ -22,6 +22,7 @@
},
$ensure = present,
$recurse_permissions = false,
$authorized_keys_file = "${home_dir}/.ssh/authorized_keys",

Choose a reason for hiding this comment

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

the home_dir var is not able to used in the parameters because its not be declared yet.

This logic will need to be done inside the manifest.

@deric deric merged commit b6d27ef into deric:master Feb 2, 2016
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