From d5f7c33df577ad9dddec012e77aee7d7170e0c1d Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 3 Nov 2015 13:53:56 +0100 Subject: [feat] [feat] Support missing ubuntu releases Add quantal, raring, saucy, trusty, utopic, vivid, wily, xenial ubuntu release --- templates/sshd_config/Ubuntu_quantal.erb | 1 + templates/sshd_config/Ubuntu_raring.erb | 1 + templates/sshd_config/Ubuntu_saucy.erb | 1 + templates/sshd_config/Ubuntu_trusty.erb | 1 + templates/sshd_config/Ubuntu_utopic.erb | 1 + templates/sshd_config/Ubuntu_vivid.erb | 1 + templates/sshd_config/Ubuntu_wily.erb | 1 + templates/sshd_config/Ubuntu_xenial.erb | 1 + 8 files changed, 8 insertions(+) create mode 120000 templates/sshd_config/Ubuntu_quantal.erb create mode 120000 templates/sshd_config/Ubuntu_raring.erb create mode 120000 templates/sshd_config/Ubuntu_saucy.erb create mode 120000 templates/sshd_config/Ubuntu_trusty.erb create mode 120000 templates/sshd_config/Ubuntu_utopic.erb create mode 120000 templates/sshd_config/Ubuntu_vivid.erb create mode 120000 templates/sshd_config/Ubuntu_wily.erb create mode 120000 templates/sshd_config/Ubuntu_xenial.erb diff --git a/templates/sshd_config/Ubuntu_quantal.erb b/templates/sshd_config/Ubuntu_quantal.erb new file mode 120000 index 0000000..6502bfc --- /dev/null +++ b/templates/sshd_config/Ubuntu_quantal.erb @@ -0,0 +1 @@ +Ubuntu.erb \ No newline at end of file diff --git a/templates/sshd_config/Ubuntu_raring.erb b/templates/sshd_config/Ubuntu_raring.erb new file mode 120000 index 0000000..6502bfc --- /dev/null +++ b/templates/sshd_config/Ubuntu_raring.erb @@ -0,0 +1 @@ +Ubuntu.erb \ No newline at end of file diff --git a/templates/sshd_config/Ubuntu_saucy.erb b/templates/sshd_config/Ubuntu_saucy.erb new file mode 120000 index 0000000..6502bfc --- /dev/null +++ b/templates/sshd_config/Ubuntu_saucy.erb @@ -0,0 +1 @@ +Ubuntu.erb \ No newline at end of file diff --git a/templates/sshd_config/Ubuntu_trusty.erb b/templates/sshd_config/Ubuntu_trusty.erb new file mode 120000 index 0000000..6502bfc --- /dev/null +++ b/templates/sshd_config/Ubuntu_trusty.erb @@ -0,0 +1 @@ +Ubuntu.erb \ No newline at end of file diff --git a/templates/sshd_config/Ubuntu_utopic.erb b/templates/sshd_config/Ubuntu_utopic.erb new file mode 120000 index 0000000..6502bfc --- /dev/null +++ b/templates/sshd_config/Ubuntu_utopic.erb @@ -0,0 +1 @@ +Ubuntu.erb \ No newline at end of file diff --git a/templates/sshd_config/Ubuntu_vivid.erb b/templates/sshd_config/Ubuntu_vivid.erb new file mode 120000 index 0000000..6502bfc --- /dev/null +++ b/templates/sshd_config/Ubuntu_vivid.erb @@ -0,0 +1 @@ +Ubuntu.erb \ No newline at end of file diff --git a/templates/sshd_config/Ubuntu_wily.erb b/templates/sshd_config/Ubuntu_wily.erb new file mode 120000 index 0000000..6502bfc --- /dev/null +++ b/templates/sshd_config/Ubuntu_wily.erb @@ -0,0 +1 @@ +Ubuntu.erb \ No newline at end of file diff --git a/templates/sshd_config/Ubuntu_xenial.erb b/templates/sshd_config/Ubuntu_xenial.erb new file mode 120000 index 0000000..6502bfc --- /dev/null +++ b/templates/sshd_config/Ubuntu_xenial.erb @@ -0,0 +1 @@ +Ubuntu.erb \ No newline at end of file -- cgit v1.2.3