Skip to content

Commit

Permalink
Merge pull request #61 from ghoneycutt/fix_variable_access
Browse files Browse the repository at this point in the history
Fix variable access method in template.
  • Loading branch information
ghoneycutt committed Jun 1, 2014
2 parents d9245b9 + 8a9595d commit e124545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/login.el5.erb
Expand Up @@ -13,9 +13,9 @@ session include system-auth
session optional pam_console.so
# pam_selinux.so open should only be followed by sessions to be executed in the user context
session required pam_selinux.so open
<% if pam_d_login_oracle_options != 'UNSET' -%>
<% if @pam_d_login_oracle_options != 'UNSET' -%>
# oracle options
<% pam_d_login_oracle_options.each do |option| -%>
<% @pam_d_login_oracle_options.each do |option| -%>
<%= option %>
<% end -%>
<% end -%>

0 comments on commit e124545

Please sign in to comment.