diff options
author | Michael Scherer <misc@mageia.org> | 2011-01-17 23:34:46 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-01-17 23:34:46 +0000 |
commit | 037d2340ffb4ba78e25177e9a5a17f87cdbf6af6 (patch) | |
tree | a1d48be2912b60b0df4ca94518a5ca75ad9aa62c /modules | |
parent | 8d6a64b2e927c78dbddbbec1e62ecde4a27ac705 (diff) | |
download | puppet-037d2340ffb4ba78e25177e9a5a17f87cdbf6af6.tar puppet-037d2340ffb4ba78e25177e9a5a17f87cdbf6af6.tar.gz puppet-037d2340ffb4ba78e25177e9a5a17f87cdbf6af6.tar.bz2 puppet-037d2340ffb4ba78e25177e9a5a17f87cdbf6af6.tar.xz puppet-037d2340ffb4ba78e25177e9a5a17f87cdbf6af6.zip |
- seems I cannot use the variable in the template
Diffstat (limited to 'modules')
-rw-r--r-- | modules/openssh/templates/sshd_config_ldap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openssh/templates/sshd_config_ldap b/modules/openssh/templates/sshd_config_ldap index 82857034..31b29e21 100644 --- a/modules/openssh/templates/sshd_config_ldap +++ b/modules/openssh/templates/sshd_config_ldap @@ -1,3 +1,3 @@ -AuthorizedKeysFile <%= pubkeys_directory %>/%u/authorized_keys +AuthorizedKeysFile /var/lib/pubkeys/%u/authorized_keys |