Re: [Puppet Users] help with define

2013-02-03 Thread Peter Brown
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

[Puppet Users] help with define

2013-02-01 Thread Jamie
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