theforeman / puppet-pulp

Puppet module for setting up Pulp 2 as part of Katello installation
GNU General Public License v3.0
16 stars 66 forks source link

Error when removing `pulp_schedule` resource #397

Open alexjfisher opened 4 years ago

alexjfisher commented 4 years ago

Repo was removed, but the provider threw an error (presumably when trying to refresh the value of @property_hash).

[root@pulp2 ~]# puppet resource pulp_schedule foreman-rails-2.0-el7-x86_64 ensure=absent
Notice: /Pulp_schedule[foreman-rails-2.0-el7-x86_64]/ensure: removed
Error: Could not run: no implicit conversion of Symbol into Integer

I'll run this again with --trace when I get a bit more time.