Skip to content

Commit

Permalink
Merge pull request #3 from cboltz/master
Browse files Browse the repository at this point in the history
Fix syntax error in map.jinja
  • Loading branch information
ryancurrah authored Jul 27, 2017
2 parents 20d96be + 438b8d3 commit aaf01be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limits/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'RedHat': {'pam': 'pam'},
'Amazon': {'pam': 'pam'},
'Gentoo': {'pam': 'sys-libs/pam'},
'Mint': {'pam': 'login'}
'Mint': {'pam': 'login'},
'SUSE': {'pam': 'pam'}
} %}

Expand Down

0 comments on commit aaf01be

Please sign in to comment.