Skip to content

Commit

Permalink
fix(ubuntu): update list of default packages
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Oct 4, 2019
1 parent 2575062 commit bf99361
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion iscsi/initiator/config/files/default/iscsi.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Your changes will be overwritten.
########################################################################

{% if data and component and provider -%}
{% if data and component -%}

{%- macro readconf(outdict, spaces=0) -%}
{%- for key, value in outdict.items() -%}
Expand Down
2 changes: 1 addition & 1 deletion iscsi/initiator/config/files/default/open-iscsi.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Your changes will be overwritten.
########################################################################

{% if data and component and provider -%}
{% if data and component -%}

{%- macro readconf(outdict, spaces=0) -%}
{%- for key, value in outdict.items() -%}
Expand Down
2 changes: 1 addition & 1 deletion iscsi/oscodename.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{%- elif name in ('jessie',) %}
wanted: ['tgt-glusterfs', 'tgt-rbd',]
{%- else %}
wanted: ['python-configshell-fb', 'python-rtslib-fb', 'targetcli-fb', 'iscsiuio']
wanted: ['python-configshell-fb', 'tgt', 'tgt-rbd', 'python-rtslib-fb', 'targetcli-fb', 'iscsiuio']
{%- endif %}
{% endmacro %}

Expand Down

0 comments on commit bf99361

Please sign in to comment.