Displaying 1 result from an estimated 1 matches for "user2nd_rsa".
2013 Nov 06
4
augeas onlyif problem
...ng like:
augeas{"user_second_key":
context => "/files/home/user/.ssh/config",
changes => [ "ins IdentityFile after
/files/home/user/.ssh/config/IdentityFile[last()]",
" set /files/home/user/.ssh/config/IdentityFile[last()]
~/.ssh/user2nd_rsa",
],
onlyif => "match /files/home/user/.ssh/config/IdentityFile not_include
~/.ssh/user2nd_rsa",
}
However it adds the line every puppet run. I''m wondering what I might be
doing wrong.
--
You received this message because you are subscr...