Using anchor in puppet module?

Hi Guys,

I need to use an anchor in Foreman, but I'm not able to find out how to set
it as parameter.

This is what I should be:

apt::ppa { 'ppa:drizzle-developers/ppa': }.

This is not imported into foreman because of:

Need anchor to provide containment for dependencies.

anchor { "apt::ppa::${name}":
require => Class['apt::update'],
}

Any idea how to do this ?

Thanks!

Matt