 Issue 29795567:
  #11371 - Password protection for fileserver repositories  (Closed)
    
  
    Issue 29795567:
  #11371 - Password protection for fileserver repositories  (Closed) 
  | Left: | ||
| Right: | 
| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 # Puppet: <%= @title %> | |
| 2 | |
| 3 location / { | |
| 4 root /var/www/$host; | |
| 5 <% if !@auth_users.empty? -%> | |
| 6 auth_basic "Password protected"; | |
| 7 auth_basic_user_file <%= @auth_file%>; | |
| 8 <% end -%> | |
| 9 } | |
| OLD | NEW |