Skip to content

Commit

Permalink
fix: config setup generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Veiras Galisson committed Sep 10, 2019
1 parent 49f4d45 commit c736df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion strongswan/files/default/ipsec.conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
########################################################################

# basic configuration
conn setup
config setup
{%- for k, v in salt['pillar.get']('strongswan:config', {}).items() %}
{{ k }}={{ v }}
{%- endfor %}
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/controls/config_global.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
it { should be_owned_by 'root' }
it { should be_grouped_into 'root' }
its('mode') { should cmp '0644' }
its('content') { should include 'conn setup' }
its('content') { should include 'config setup' }
its('content') { should include ' strictcrlpolicy=yes' }
its('content') { should include ' uniqueids=no' }
its('content') { should include 'conn %default' }
Expand Down

0 comments on commit c736df1

Please sign in to comment.