diff --git a/manifests/init.pp b/manifests/init.pp index aa42b8127..68dbc8d26 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -169,9 +169,6 @@ } } - # Anchor this as per #8040 - this ensures that classes won't float off and - # mess everything up. You can read about this at: - # http://docs.puppetlabs.com/puppet/2.7/reference/lang_containment.html#known-issues anchor { 'rabbitmq::begin': } anchor { 'rabbitmq::end': }