diff options
author | Antoine Beaupré <anarcat@koumbit.org> | 2014-02-07 15:30:39 -0500 |
---|---|---|
committer | Antoine Beaupré <anarcat@koumbit.org> | 2014-02-07 15:32:41 -0500 |
commit | 6090ef1d2316e79c2908cea72b916496fd0b0620 (patch) | |
tree | ffdf1735220eb333e30acd95579e1aa16e7c8900 /templates | |
parent | 71072d8ef1a924484cf7b20af3b57f2f9a1dc8c8 (diff) | |
download | puppet-monkeysphere-6090ef1d2316e79c2908cea72b916496fd0b0620.tar.gz puppet-monkeysphere-6090ef1d2316e79c2908cea72b916496fd0b0620.tar.bz2 |
follow upstream config file syntax to avoid unnecessary changes
Diffstat (limited to 'templates')
-rw-r--r-- | templates/monkeysphere-authentication.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/monkeysphere-authentication.conf.erb b/templates/monkeysphere-authentication.conf.erb index a76e6b8..b489a68 100644 --- a/templates/monkeysphere-authentication.conf.erb +++ b/templates/monkeysphere-authentication.conf.erb @@ -25,7 +25,7 @@ # For purely admin-controlled authorized_user_ids, you might put them # in /etc/monkeysphere/authorized_user_ids/%u, for instance. #AUTHORIZED_USER_IDS="%h/.monkeysphere/authorized_user_ids" -# + # Path to a user controlled authorized_keys file to be added to the # monkeysphere-generated authorized_keys file. '%h' will be replaced # by the home directory of the user, and '%u' will by replaced by the |