diff options
author | varac <varacanero@zeromail.org> | 2015-11-03 13:53:56 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-11-03 13:53:56 +0100 |
commit | d5f7c33df577ad9dddec012e77aee7d7170e0c1d (patch) | |
tree | 1eda7779ff356b0d5d5bdd5922ff945ccebdfe97 | |
parent | b3e81589eec604768e08ed56ce5ca42a4b33db89 (diff) | |
download | puppet-sshd-d5f7c33df577ad9dddec012e77aee7d7170e0c1d.tar.gz puppet-sshd-d5f7c33df577ad9dddec012e77aee7d7170e0c1d.tar.bz2 |
[feat] [feat] Support missing ubuntu releases
Add quantal, raring, saucy, trusty, utopic, vivid, wily, xenial ubuntu release
l--------- | templates/sshd_config/Ubuntu_quantal.erb | 1 | ||||
l--------- | templates/sshd_config/Ubuntu_raring.erb | 1 | ||||
l--------- | templates/sshd_config/Ubuntu_saucy.erb | 1 | ||||
l--------- | templates/sshd_config/Ubuntu_trusty.erb | 1 | ||||
l--------- | templates/sshd_config/Ubuntu_utopic.erb | 1 | ||||
l--------- | templates/sshd_config/Ubuntu_vivid.erb | 1 | ||||
l--------- | templates/sshd_config/Ubuntu_wily.erb | 1 | ||||
l--------- | templates/sshd_config/Ubuntu_xenial.erb | 1 |
8 files changed, 8 insertions, 0 deletions
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 |