Skip to content

Commit

Permalink
Merge pull request #114 from jlsherrill/14081
Browse files Browse the repository at this point in the history
Fixes #14081 - disable repo auth to work around uber cert issue
  • Loading branch information
jlsherrill committed Mar 7, 2016
2 parents 2486f5a + 4e0a69a commit 1a7ffa3
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 @@ -130,7 +130,7 @@
enable_ostree => $enable_ostree,
num_workers => $num_pulp_workers,
enable_parent_node => true,
repo_auth => true,
repo_auth => false,
} ~>
class { '::qpid::client':
ssl => true,
Expand Down

0 comments on commit 1a7ffa3

Please sign in to comment.