Skip to content

Commit

Permalink
Fixes #13682 - turn on repo auth (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsherrill committed May 24, 2016
1 parent 6773e4f commit 5c643cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
enable_ostree => $enable_ostree,
num_workers => $num_pulp_workers,
enable_parent_node => false,
repo_auth => false,
repo_auth => true,
db_username => $pulp_db_username,
db_password => $pulp_db_password,
} ~>
Expand Down

0 comments on commit 5c643cf

Please # to comment.