Hi,
I am reasonably sure using a - in a variable name doesn't work or does
strange things.
I would suggest trying naming the ssh_authorized_key resource for the git
key to "${title}_git" like so
ssh_authorized_key { ${title}_git:
ensure => 'present',
u
I would like some help trying to accomplish something. I have a user
define as shown in the first example. Each user with an SSH key needs 2 of
them though, one as a normal login key, and the other is the same key but
is for the "git" user (all ssh git access done via this "git" user). Is
th