Skip to content

Commit

Permalink
Remove unused setting from pulp3
Browse files Browse the repository at this point in the history
This was included in the sample config, but wasn't actually read by the
pulp3 plugin. It should remain as a class parameter for the other config
files.
  • Loading branch information
ekohl committed Aug 12, 2019
1 parent ecaaa16 commit e989391
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion spec/classes/foreman_proxy__plugin__pulp_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
":pulp_url: https://#{facts[:fqdn]}/pulp",
':pulp_dir: /var/lib/pulp',
':pulp_content_dir: /var/lib/pulp/content',
':puppet_content_dir: /etc/puppetlabs/code/environments',
':mirror: false'
])
end
Expand Down
1 change: 0 additions & 1 deletion templates/plugin/pulp3.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
:pulp_url: <%= scope.lookupvar("foreman_proxy::plugin::pulp::pulp_url") %>
:pulp_dir: <%= scope.lookupvar("foreman_proxy::plugin::pulp::pulp_dir") %>
:pulp_content_dir: <%= scope.lookupvar("foreman_proxy::plugin::pulp::pulp_content_dir") %>
:puppet_content_dir: <%= scope.lookupvar("foreman_proxy::plugin::pulp::puppet_content_dir") %>
:mirror: <%= scope.lookupvar("foreman_proxy::plugin::pulp::pulp3_mirror") %>

0 comments on commit e989391

Please sign in to comment.