diff options
author | intrigeri <intrigeri@boum.org> | 2011-06-20 20:21:16 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2011-06-21 00:28:37 +0200 |
commit | 005baf59c5a73583507c7e73d7b56f9029ac978a (patch) | |
tree | 3a24c409057514173387170730a4bee321cd17ec | |
parent | af76f6cfe70c416cbbf72f9c685a0d54c6eb4afb (diff) | |
download | puppet-sshd-005baf59c5a73583507c7e73d7b56f9029ac978a.tar.gz puppet-sshd-005baf59c5a73583507c7e73d7b56f9029ac978a.tar.bz2 |
Add sshd_config template for Debian Wheezy.
Currently, this is a symlink to the Debian sid's one, which I've recently
resync'd. Once Wheezy is frozen, we'll want to fork its own template.
l--------- | templates/sshd_config/Debian_wheezy.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/sshd_config/Debian_wheezy.erb b/templates/sshd_config/Debian_wheezy.erb new file mode 120000 index 0000000..3faae05 --- /dev/null +++ b/templates/sshd_config/Debian_wheezy.erb @@ -0,0 +1 @@ +Debian_sid.erb
\ No newline at end of file |