From 20518b13eff7dc72f661d1a40b39754837d14267 Mon Sep 17 00:00:00 2001 From: Spencer Krum <nibz@cat.pdx.edu> Date: Thu, 4 Dec 2014 11:08:28 -0800 Subject: [PATCH] Remove comments referencing redmine and anchors Redmine is gone (Long Live Jira) and the anchor pattern is now well established and doesn't need special pointers. --- manifests/init.pp | 3 --- 1 file changed, 3 deletions(-) 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': }