diff options
author | Thomas Backlund <tmb@mageia.org> | 2021-11-28 13:27:16 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2021-11-28 13:27:16 +0200 |
commit | 091f44bfc5ed8603a9e3bacc932c382d08e1dc66 (patch) | |
tree | f07899d12924f1c4f58f871e84b5b6193da98d0c | |
parent | 92b35fb7e2cbbc169831736370e28a34a1ab8b0d (diff) | |
download | puppet-091f44bfc5ed8603a9e3bacc932c382d08e1dc66.tar puppet-091f44bfc5ed8603a9e3bacc932c382d08e1dc66.tar.gz puppet-091f44bfc5ed8603a9e3bacc932c382d08e1dc66.tar.bz2 puppet-091f44bfc5ed8603a9e3bacc932c382d08e1dc66.tar.xz puppet-091f44bfc5ed8603a9e3bacc932c382d08e1dc66.zip |
this is python2 code
-rwxr-xr-x | modules/openssh/templates/ldap-sshkey2file.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openssh/templates/ldap-sshkey2file.py b/modules/openssh/templates/ldap-sshkey2file.py index 2d2b2c27..0737d822 100755 --- a/modules/openssh/templates/ldap-sshkey2file.py +++ b/modules/openssh/templates/ldap-sshkey2file.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 import sys import os |