Skip to content

Commit eddad91

Browse files
committed
refactor(jinja): remove on due date
1 parent 6049849 commit eddad91

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

node/map.jinja

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,3 @@
3939
{%- do node.pkg.repo.update({
4040
'name': full_repo_name}) -%}
4141
{%- endif -%}
42-
43-
## Legacy support (remove on/after Jan 2021) ##
44-
45-
{%- if salt['pillar.get']('node:install_from_ppa') %}
46-
{%- do node.pkg.update({ 'use_upstream_repo': True }) %}
47-
{%- if salt['pillar.get']('node:version') %}
48-
{%- do node.pkg.update({ 'version': salt['pillar.get']('node:version')}) %}
49-
{%- endif %}
50-
{%- endif %}
51-
{%- if salt['pillar.get']('node:install_from_source') %}
52-
{%- do node.pkg.update({ 'use_upstream_source': True }) %}
53-
{%- if salt['pillar.get']('node:checksum') %}
54-
{%- do node.pkg.source.update({ 'source_hash': salt['pillar.get']('node:checksum') }) %}
55-
{%- endif %}
56-
{%- endif %}
57-
{%- if salt['pillar.get']('node:install_from_archive') %}
58-
{%- do node.pkg.update({ 'use_upstream_archive': True }) %}
59-
{%- if salt['pillar.get']('node:checksum') %}
60-
{%- do node.pkg.archive.update({ 'source_hash': salt['pillar.get']('node:checksum') }) %}
61-
{%- endif %}
62-
{%- endif %}

0 commit comments

Comments
 (0)