diff --git a/lib/puppet/type/cinder_qos.rb b/lib/puppet/type/cinder_qos.rb index 9876e37c..1a40c4ee 100644 --- a/lib/puppet/type/cinder_qos.rb +++ b/lib/puppet/type/cinder_qos.rb @@ -36,6 +36,10 @@ Puppet::Type.newtype(:cinder_qos) do defaultto('') end + autorequire(:cinder_qos) do + self[:associations] if self[:associations] + end + autorequire(:anchor) do ['cinder::service::end'] end