diff options
author | ng <ng+gitlab@immerda.ch> | 2015-11-21 11:52:12 +0000 |
---|---|---|
committer | ng <ng+gitlab@immerda.ch> | 2015-11-21 11:52:12 +0000 |
commit | 672b0985d1c2acfde58fecc4c635517522c86268 (patch) | |
tree | 50d8465890f498e5ae62acc471877dd7650df657 | |
parent | e46479a618042a15d5d7518da74853c29b48b36e (diff) | |
parent | d5f7c33df577ad9dddec012e77aee7d7170e0c1d (diff) | |
download | puppet-sshd-672b0985d1c2acfde58fecc4c635517522c86268.tar.gz puppet-sshd-672b0985d1c2acfde58fecc4c635517522c86268.tar.bz2 |
Merge branch 'support_missing_ubuntu_releases' into 'master'
[feat] [feat] Support missing ubuntu releases
Add quantal, raring, saucy, trusty, utopic, vivid, wily, xenial ubuntu release
See merge request !20
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 |